Vector3d Structure

Represents a readonly 3D vector.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public struct Vector3d : IEquatable<Vector3d>
Inheritance
Object    ValueType    Vector3d
Implements
IEquatableVector3d

Constructors

Vector3dInitializes a new instance of the Vector3d class

Properties

X 
Y 
Z 

Methods

Equals(Object)
(Overrides ValueTypeEquals(Object))
Equals(Vector3d) 
GetHashCode
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Operators

See Also