Homogeneous tridimensional vertex value type (integer 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 | |
| int | w |
| W coordinate for fourdimensional vertex. | |
| int | x |
| X coordinate for fourdimensional vertex. | |
| int | y |
| Y coordinate for fourdimensional vertex. | |
| int | z |
| Z coordinate for fourdimensional vertex. | |
Properties | |
| float | this [int idx] [get, set] |
| Vertex components indexer (cast to sbyte to float). | |
Homogeneous tridimensional vertex value type (integer coordinates).
| System.Type Derm.Render.Vertex4i.GetBaseType | ( | ) |
Get the type of the components of this IVertex.
Implements Derm.Render.IVertex.
| int Derm.Render.Vertex4i.GetComponentsCount | ( | ) |
Get the number of the components of this Vertex3d.
Implements Derm.Render.IVertex.
W coordinate for fourdimensional vertex.
X coordinate for fourdimensional vertex.
Y coordinate for fourdimensional vertex.
Z coordinate for fourdimensional vertex.
float Derm.Render.Vertex4i.this[int idx] [get, set] |
Vertex components indexer (cast to sbyte to float).
| idx | A System.Int32 |
Implements Derm.Render.IVertex.