Jypeli
5
The simple game programming library
|
Tämä on lista kaikista jäsenistä luokassa Polygon, sisältäen kaikki perityt jäsenet.
Circle | Shape | static |
CreateRegularPolygon(int vertexCount) | Shape | static |
Diamond | Shape | static |
Ellipse | Shape | static |
FromImage(Image image) | Shape | static |
FromString(string shapeStr) | Shape | static |
Heart | Shape | static |
Hexagon | Shape | static |
IsInside(double x, double y) | Shape | virtual |
IsInsideCircle(double x, double y, double r) | Shape | protected |
IsInsideOutlines(Vector p) | Shape | protected |
IsInsideTriangle(Vector p, Vector a, Vector b, Vector c) | Shape | protectedstatic |
IsInsideTriangles(Vector p) | Shape | protected |
IsUnitSize | Polygon | |
Octagon | Shape | static |
Pentagon | Shape | static |
Polygon(ShapeCache cache) | Polygon | |
Polygon(ShapeCache cache, bool isUnitSize) | Polygon | |
Rectangle | Shape | static |
SameSide(Vector a, Vector b, Vector p1, Vector p2) | Shape | protectedstatic |
Star | Shape | static |
Triangle | Shape | static |