Unidimensional vertex value type (float coordinates). More...
Public Member Functions | |
| Vertex1f (float[] v) | |
| Vertex1f constructor. | |
| Vertex1f (float x) | |
| Vertex1f constructor. | |
| 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 | |
| float | 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 (float coordinates).
| Derm.Render.Vertex1f.Vertex1f | ( | float | x | ) |
Vertex1f constructor.
| x | A System.Single |
| Derm.Render.Vertex1f.Vertex1f | ( | float[] | v | ) |
Vertex1f constructor.
| v | A System.Single |
| System.Type Derm.Render.Vertex1f.GetBaseType | ( | ) |
Get the type of the components of this IVertex.
Implements Derm.Render.IVertex.
| int Derm.Render.Vertex1f.GetComponentsCount | ( | ) |
Get the number of the components of this Vertex3d.
Implements Derm.Render.IVertex.
| float Derm.Render.Vertex1f.x |
X coordinate for unidimensional vertex.
float Derm.Render.Vertex1f.this[int idx] [get, set] |
Vertex components indexer (cast to sbyte to float).
| idx | A System.Int32 |
Implements Derm.Render.IVertex.
float Derm.Render.Vertex1f.X [get, set] |
Vertex coordinate X.
Implements Derm.Render.IVertex1.