Property | Type | Description | |
---|---|---|---|
X | float | ||
Y | float | ||
Z | float |
Method | Description | |
---|---|---|
AbsVector3 ( ) : Vector3 | ||
Aligned ( ) : |
||
DistanceTo ( Vector3 other ) : float |
Returns the distance from this Vector3 to the given Vector3
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Length ( ) : float |
Returns the length of this Vector3
|
|
LengthSqr ( ) : float | ||
Normalize ( ) : Vector3 | ||
ToFloat ( ) : float[] | ||
ToString ( ) : string | ||
Vector3 ( Vector3 vec ) : System |
Initializes a new Vector3 by copying the values of the given Vector3
|
|
Vector3 ( float values ) : System |
Initializes a new Vector3 using the given float-array
|
|
Vector3 ( float x, float y, float z ) : System |
Initializes a new Vector3 using the given values
|
|
dot ( Vector3 dot ) : float | ||
operator ( ) : Vector3 | ||
operator ( ) : bool | ||
this ( int i ) : float |
public Vector3 ( float x, float y, float z ) : System | ||
x | float | |
y | float | |
z | float | |
return | System |