Click or drag to resize

Point Methods

The Point type exposes the following members.

Methods
  NameDescription
Public methodIsSame(Point)
Compares two points coordinates by exact values
Public methodIsSame(Double, Double, Double)
Compares the coordinates of this point to specified values
Public methodMove
Moves the point along the vector by specified distance
Public methodScale
Scales the position
Public methodToArray
Converts the point to an array of 3 coordinates
Public methodToString (Overrides ObjectToString.)
Top
See Also