[]
Represents a vector in 3D space.
public class Vector3D : FormattingBag
Public Class Vector3D
Inherits FormattingBag
Name | Description |
---|---|
X | Gets or sets the distance along X-axis in 3D space. Default value is 0. |
Y | Gets or sets the distance along Y-axis in 3D space. Default value is 0. |
Z | Gets or sets the distance along Z-axis in 3D space. Default value is 0. |
Name | Description |
---|---|
FixInheritedValues() | Fixes all inherited values as "direct" values for this instance. |
Reset() | Resets the vector to inherited defaults. |