Click or drag to resize

Point Methods

The Point type exposes the following members.

Methods
  NameDescription
Public methodCrossProduct(Point)
Calculates the cross product of two 2D vectors.
Public methodStatic memberCrossProduct(Point, Point)
Calculates the cross product of two 2D vectors.
Public methodStatic memberDistance
Returns the distance between the specified two points
Public methodDistanceTo
Returns the distance between the specified two points
Public methodDotProduct(Point)
Calculates the dot product of two 2D vectors.
Public methodStatic memberDotProduct(Point, Point)
Calculates the dot product of two 2D vectors.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Point)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
See Also