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