Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VRageMath.Vector3Ushort Struct Reference

Public Member Functions

 Vector3Ushort (ushort x, ushort y, ushort z)
 
override string ToString ()
 

Static Public Member Functions

static Vector3Ushort operator* (Vector3Ushort v, ushort t)
 
static VRageMath.Vector3 operator* (VRageMath.Vector3 vector, Vector3Ushort ushortVector)
 
static VRageMath.Vector3 operator* (Vector3Ushort ushortVector, VRageMath.Vector3 vector)
 
static operator Vector3 (Vector3Ushort v)
 

Public Attributes

ushort X
 
ushort Y
 
ushort Z
 

Detailed Description

Definition at line 8 of file Vector3UShort.cs.

Constructor & Destructor Documentation

VRageMath.Vector3Ushort.Vector3Ushort ( ushort  x,
ushort  y,
ushort  z 
)
inline

Definition at line 17 of file Vector3UShort.cs.

Member Function Documentation

static VRageMath.Vector3Ushort.operator Vector3 ( Vector3Ushort  v)
inlineexplicitstatic

Definition at line 44 of file Vector3UShort.cs.

static Vector3Ushort VRageMath.Vector3Ushort.operator* ( Vector3Ushort  v,
ushort  t 
)
inlinestatic

Definition at line 29 of file Vector3UShort.cs.

static VRageMath.Vector3 VRageMath.Vector3Ushort.operator* ( VRageMath.Vector3  vector,
Vector3Ushort  ushortVector 
)
inlinestatic

Definition at line 34 of file Vector3UShort.cs.

static VRageMath.Vector3 VRageMath.Vector3Ushort.operator* ( Vector3Ushort  ushortVector,
VRageMath.Vector3  vector 
)
inlinestatic

Definition at line 39 of file Vector3UShort.cs.

override string VRageMath.Vector3Ushort.ToString ( )
inline

Definition at line 24 of file Vector3UShort.cs.

Member Data Documentation

ushort VRageMath.Vector3Ushort.X

Definition at line 11 of file Vector3UShort.cs.

ushort VRageMath.Vector3Ushort.Y

Definition at line 13 of file Vector3UShort.cs.

ushort VRageMath.Vector3Ushort.Z

Definition at line 15 of file Vector3UShort.cs.


The documentation for this struct was generated from the following file: