Bidimensional vertex value type (short coordinates). More...
Public Member Functions | |
| System.Type | GetBaseType () |
| Get the type of the components of this IVertex. | |
| int | GetComponentsCount () |
| Get the number of the components of this Vertex3d. | |
Public Attributes | |
| short | x |
| X coordinate for bidimensional vertex. | |
| short | y |
| Y coordinate for bidimensional vertex. | |
Properties | |
| float | this [int idx] [get, set] |
| Vertex components indexer (cast to sbyte to float). | |
| float | X [get, set] |
| Vertex coordinate X. | |
| float | Y [get, set] |
| Vertex coordinate Y. | |
Bidimensional vertex value type (short coordinates).
| System.Type Derm.Render.Vertex2s.GetBaseType | ( | ) |
Get the type of the components of this IVertex.
Implements Derm.Render.IVertex.
| int Derm.Render.Vertex2s.GetComponentsCount | ( | ) |
Get the number of the components of this Vertex3d.
Implements Derm.Render.IVertex.
| short Derm.Render.Vertex2s.x |
X coordinate for bidimensional vertex.
| short Derm.Render.Vertex2s.y |
Y coordinate for bidimensional vertex.
float Derm.Render.Vertex2s.this[int idx] [get, set] |
Vertex components indexer (cast to sbyte to float).
| idx | A System.Int32 |
Implements Derm.Render.IVertex.
float Derm.Render.Vertex2s.X [get, set] |
Vertex coordinate X.
Implements Derm.Render.IVertex2.
float Derm.Render.Vertex2s.Y [get, set] |
Vertex coordinate Y.
Implements Derm.Render.IVertex2.