VRageMath.Point - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public struct Point: IEquatable<Point>Defines a point in 2D space.
Namespace: VRageMath
Assembly: VRage.Math.dll
Implements:
Specifies the x-coordinate of the Point.
Specifies the y-coordinate of the Point.
Returns the point (0,0).
Determines whether two Point instances are equal.
Determines whether two Point instances are equal.
Gets the hash code for this object.
Returns a String that represents the current Point.