Vector2d Structure

Represents a readonly 2D vector.

Definition

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

Constructors

Vector2dInitializes a new instance of the Vector2d class

Properties

X 
Y 

Methods

Equals(Object)
(Overrides ValueTypeEquals(Object))
Equals(Vector2d) 
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