This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Vector3D
Malware edited this page Dec 21, 2018
·
56 revisions
← Index
Namespace: VRageMath
Assembly: VRage.Math.dll
Defines a vector with three components.
| Member | Description |
|---|---|
double X |
Gets or sets the x-component of the vector. |
double Y |
Gets or sets the y-component of the vector. |
double Z |
Gets or sets the z-component of the vector. |
static Vector3D Zero
|
|
static Vector3D One
|
|
static Vector3D Half
|
|
static Vector3D PositiveInfinity
|
|
static Vector3D NegativeInfinity
|
|
static Vector3D UnitX
|
|
static Vector3D UnitY
|
|
static Vector3D UnitZ
|
|
static Vector3D Up
|
|
static Vector3D Down
|
|
static Vector3D Right
|
|
static Vector3D Left
|
|
static Vector3D Forward
|
|
static Vector3D Backward
|
|
static Vector3D MaxValue
|
|
static Vector3D MinValue
|
| Member | Description |
|---|---|
double Sum |
|
double Volume |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!