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