Vector3 Properties |
The Vector3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Normalized | Vector3 normalization - make its length be 1
| |
| X |
Gets or sets the X component of the Vector3 as a Single.
| |
| XD |
Gets or sets the X component of the Vector3 as a Double.
| |
| Y |
Gets or sets the Y component of the Vector3 as a Single.
| |
| YD |
Gets or sets the Y component of the Vector3 as a Double.
| |
| Z |
Gets or sets the Z component of the Vector3 as a Single.
| |
| ZD |
Gets or sets the Z component of the Vector3 as a Double.
|