Table of Contents

Struct Vector2d

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public readonly struct Vector2d : IEquatable<Vector2d>
Implements
Inherited Members

Constructors

Vector2d(double, double)

public Vector2d(double x, double y)

Parameters

x double
y double

Properties

X

public double X { get; }

Property Value

double

Y

public double Y { get; }

Property Value

double

Methods

Equals(Vector2d)

public bool Equals(Vector2d other)

Parameters

other Vector2d

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Operators

operator ==(Vector2d, Vector2d)

public static bool operator ==(Vector2d obj1, Vector2d obj2)

Parameters

obj1 Vector2d
obj2 Vector2d

Returns

bool

operator !=(Vector2d, Vector2d)

public static bool operator !=(Vector2d obj1, Vector2d obj2)

Parameters

obj1 Vector2d
obj2 Vector2d

Returns

bool