The Vector3D class allows you to create a three dimensional vector within your scripts. All settings can be manipulated through script.
![]() |
|
new(float x, float y, float z) | Description Creates a new vector with 3 dimensions. Parameters float x
Returns Vector3D |
![]() |
|
Length() | Description Returns the length of the vector. Parameters None Returns float |
![]() |
|
float x | Gets or sets the x value of the vector. |
float y | Gets or sets the y value of the vector. |
float z | Gets or sets the z value of the vector. |
float r | Gets or sets the x value of the vector. |
float g | Gets or sets the y value of the vector. |
float b | Gets or sets the z value of the vector. |