Public Member Functions | |
| Vector3 (float x, float y, float z) | |
| Constructs a Vector3 object. | |
| Vector3 (double x, double y, double z) | |
| Constructs a Vector3 object. | |
Static Public Attributes | |
| static readonly Vector3 | Empty = new Vector3() |
| Vector representing the origin. | |
Properties | |
| float | X [get, set] |
| X coordinate. | |
| float | Y [get, set] |
| Y coordinate. | |
| float | Z [get, set] |
| Z coordinate. | |
| ERY.AgateLib.Geometry.Vector3.Vector3 | ( | float | x, | |
| float | y, | |||
| float | z | |||
| ) |
| ERY.AgateLib.Geometry.Vector3.Vector3 | ( | double | x, | |
| double | y, | |||
| double | z | |||
| ) |
readonly Vector3 ERY.AgateLib.Geometry.Vector3.Empty = new Vector3() [static] |
Vector representing the origin.
float ERY.AgateLib.Geometry.Vector3.X [get, set] |
X coordinate.
float ERY.AgateLib.Geometry.Vector3.Y [get, set] |
Y coordinate.
float ERY.AgateLib.Geometry.Vector3.Z [get, set] |
Z coordinate.
|
AgateLib Awesome Game and Tool Engine Library |
|