Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Point

Malware edited this page Dec 21, 2018 · 50 revisions

Index

Point Struct

Namespace: VRageMath
Assembly: VRage.Math.dll

Summary

Defines a point in 2D space.

Fields

_int X_ Specifies the x-coordinate of the Point.
_int Y_ Specifies the y-coordinate of the Point.
### Properties
static _Point Zero_ Returns the point (0,0).
### Methods
_bool Equals(Point other)_ Determines whether two Point instances are equal.
_bool Equals(Object obj)_ Determines whether two Point instances are equal.
_int GetHashCode()_ Gets the hash code for this object.
_string ToString()_ Returns a String that represents the current Point.

Clone this wiki locally