[]
Represents a vector in 3D space.
public class Vector3D : FormattingBag
Gets or sets the distance along X-axis in 3D space.
Default value is 0.
public float X { get; set; }
Gets or sets the distance along Y-axis in 3D space.
Default value is 0.
public float Y { get; set; }
Gets or sets the distance along Z-axis in 3D space.
Default value is 0.
public float Z { get; set; }
Fixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
Resets the vector to inherited defaults.
public void Reset()