Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Utilities.Structs.IntVector3 Struct Reference

Public Member Functions

 IntVector3 (Vector3 vec3)
 
 IntVector3 (int x, int y, int z)
 

Static Public Member Functions

static IntVector3 operator+ (IntVector3 a, IntVector3 b)
 

Public Attributes

int _X
 
int _Y
 
int _Z
 

Properties

int X [get, set]
 
int Y [get, set]
 
int Z [get, set]
 

Detailed Description

Definition at line 6 of file IntVector3.cs.

Constructor & Destructor Documentation

◆ IntVector3() [1/2]

droid.Runtime.Utilities.Structs.IntVector3.IntVector3 ( Vector3  vec3)

Definition at line 11 of file IntVector3.cs.

◆ IntVector3() [2/2]

droid.Runtime.Utilities.Structs.IntVector3.IntVector3 ( int  x,
int  y,
int  z 
)

Definition at line 24 of file IntVector3.cs.

Member Function Documentation

◆ operator+()

static IntVector3 droid.Runtime.Utilities.Structs.IntVector3.operator+ ( IntVector3  a,
IntVector3  b 
)
static

Definition at line 17 of file IntVector3.cs.

Member Data Documentation

◆ _X

int droid.Runtime.Utilities.Structs.IntVector3._X

Definition at line 7 of file IntVector3.cs.

◆ _Y

int droid.Runtime.Utilities.Structs.IntVector3._Y

Definition at line 8 of file IntVector3.cs.

◆ _Z

int droid.Runtime.Utilities.Structs.IntVector3._Z

Definition at line 9 of file IntVector3.cs.

Property Documentation

◆ X

int droid.Runtime.Utilities.Structs.IntVector3.X
getset

Definition at line 30 of file IntVector3.cs.

◆ Y

int droid.Runtime.Utilities.Structs.IntVector3.Y
getset

Definition at line 32 of file IntVector3.cs.

◆ Z

int droid.Runtime.Utilities.Structs.IntVector3.Z
getset

Definition at line 34 of file IntVector3.cs.


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