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

Public Member Functions

 Vector2B (byte x, byte y)
 

Static Public Member Functions

static Vector2I operator* (Vector2B op1, Vector2I op2)
 
static Vector2I operator* (Vector2B op1, int op2)
 

Public Attributes

byte X
 
byte Y
 

Detailed Description

Definition at line 8 of file Vector2B.cs.

Constructor & Destructor Documentation

VRageMath.Vector2B.Vector2B ( byte  x,
byte  y 
)
inline

Definition at line 12 of file Vector2B.cs.

Member Function Documentation

static Vector2I VRageMath.Vector2B.operator* ( Vector2B  op1,
Vector2I  op2 
)
inlinestatic

Definition at line 18 of file Vector2B.cs.

static Vector2I VRageMath.Vector2B.operator* ( Vector2B  op1,
int  op2 
)
inlinestatic

Definition at line 23 of file Vector2B.cs.

Member Data Documentation

byte VRageMath.Vector2B.X

Definition at line 10 of file Vector2B.cs.

byte VRageMath.Vector2B.Y

Definition at line 10 of file Vector2B.cs.


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