Class Position3D
- Namespace
- AstraEngine.View3D
- Assembly
- AstraEngine.View3D.dll
Represents a location in 3D space
public sealed class Position3D : Component
- Inheritance
-
Position3D
- Inherited Members
- Extension Methods
Properties
X
Position along the X axis
public double X { get; set; }
Property Value
Y
Position along the Y axis
public double Y { get; set; }
Property Value
Z
Position along the Z axis
public double Z { get; set; }