pp v0.0.52 (2019-04-12T13:41:01Z)
Dub
Repo
FSquare
polyplex
core
render
shapes
Undocumented in source.
class
FSquare :
Shape
{
float
[][]
Vertices
[@property getter];
this
(Vector4 rect);
float
[][]
GetVertices
();
}
Constructors
this
this
(Vector4 rect)
Undocumented in source.
Members
Functions
GetVertices
float
[][]
GetVertices
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
Vertices
float
[][]
Vertices
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Shape
GetVertices
float
[][]
GetVertices
()
Undocumented in source.
Meta
Source
See Implementation
polyplex
core
render
shapes
classes
FSquare
Polygon
Shape
Square