The Vector4D class allows you to create a four dimensional vector within your scripts. All settings can be manipulated through script.
![]() |
|
new(float x, float y, float z, float w) | Description Creates a new vector with 4 dimensions. Parameters float x
Returns Vector4D |
![]() |
|
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 w | Gets or sets the w value of the vector. |