[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Vector3D

Class Vector3D

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a vector in 3D space.

public class Vector3D : FormattingBag
Inheritance
object
Vector3D
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

X

Gets or sets the distance along X-axis in 3D space.

Default value is 0.

public float X { get; set; }

Property Value

float

Y

Gets or sets the distance along Y-axis in 3D space.

Default value is 0.

public float Y { get; set; }

Property Value

float

Z

Gets or sets the distance along Z-axis in 3D space.

Default value is 0.

public float Z { get; set; }

Property Value

float

Methods

FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

protected override void FixInheritedValues()

Reset()

Resets the vector to inherited defaults.

public void Reset()