The Vector3D type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Item |
Unsafe but very fast indexer for 3d-vector, [0..2]
|
![]() | Length |
Get or Set the Length of this vector
|
![]() | xy |
Get/set x and y components as 2d-vector
|
![]() | xz |
Get/set x and z components as 2d-vector
|
![]() | yz |
Get/set y and z components as 2d-vector
|