C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector3 Structure


In This Topic
Vector3 Structure Fields
In This Topic

For a list of all members of this type, see Vector3 members.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)A Vector3 with all of its components set to one.  
Public FieldThe size of the Vector3 type, in bytes.  
Public Fieldstatic (Shared in Visual Basic)The X unit Vector3 (1, 0, 0).  
Public Fieldstatic (Shared in Visual Basic)The Y unit Vector3 (0, 1, 0).  
Public Fieldstatic (Shared in Visual Basic)The Z unit Vector3 (0, 0, 1).  
Public FieldThe X component of the vector.  
Public FieldThe Y component of the vector.  
Public FieldThe Z component of the vector.  
Public Fieldstatic (Shared in Visual Basic)A Vector3 with all of its components set to zero.  
Top
See Also