Derm.Render.Vertex3s Struct Reference

Tridimensional vertex value type (short coordinates). More...

Inheritance diagram for Derm.Render.Vertex3s:
Derm.Render.IVertex3 Derm.Render.IVertex

List of all members.

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

short x
 X coordinate for tridimensional vertex.
short y
 Y coordinate for tridimensional vertex.
short z
 Z coordinate for tridimensional 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.
float Z [get, set]
 Vertex coordinate Z.

Detailed Description

Tridimensional vertex value type (short coordinates).


Member Function Documentation

System.Type Derm.Render.Vertex3s.GetBaseType (  ) 

Get the type of the components of this IVertex.

Returns:
A System.Type

Implements Derm.Render.IVertex.

int Derm.Render.Vertex3s.GetComponentsCount (  ) 

Get the number of the components of this IVertex.

Returns:
It returns 3. A System.Int32

Implements Derm.Render.IVertex.


Member Data Documentation

X coordinate for tridimensional vertex.

Y coordinate for tridimensional vertex.

Z coordinate for tridimensional vertex.


Property Documentation

float Derm.Render.Vertex3s.this[int idx] [get, set]

Vertex components indexer (cast to sbyte to float).

Parameters:
idx A System.Int32

Implements Derm.Render.IVertex.

float Derm.Render.Vertex3s.X [get, set]

Vertex coordinate X.

Implements Derm.Render.IVertex3.

float Derm.Render.Vertex3s.Y [get, set]

Vertex coordinate Y.

Implements Derm.Render.IVertex3.

float Derm.Render.Vertex3s.Z [get, set]

Vertex coordinate Z.

Implements Derm.Render.IVertex3.



Services powered by Get Deus Ex Render Machina at SourceForge.net. Fast, secure and Free Open Source software downloads