Unidimensional vertex value type (unsigned 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 IVertex. | |
| Public Attributes | |
| ushort | x | 
| X coordinate for unidimensional vertex. | |
| Properties | |
| float | this [int idx]  [get, set] | 
| Vertex components indexer (cast to sbyte to float). | |
| float | X  [get, set] | 
| Vertex coordinate X. | |
Unidimensional vertex value type (unsigned short coordinates).
| System.Type Derm.Render.Vertex1us.GetBaseType | ( | ) | 
Get the type of the components of this IVertex.
Implements Derm.Render.IVertex.
| int Derm.Render.Vertex1us.GetComponentsCount | ( | ) | 
Get the number of the components of this IVertex.
Implements Derm.Render.IVertex.
| ushort Derm.Render.Vertex1us.x | 
X coordinate for unidimensional vertex.
| float Derm.Render.Vertex1us.this[int idx]  [get, set] | 
Vertex components indexer (cast to sbyte to float).
| idx | A System.Int32 | 
Implements Derm.Render.IVertex.
| float Derm.Render.Vertex1us.X  [get, set] | 
Vertex coordinate X.
Implements Derm.Render.IVertex1.