Point2f Methods |
The Point2f type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo | ||
| DistanceTo |
Computes the distance between two points.
| |
| DistanceToSquared |
Computes the squared distance between two points.
| |
| EpsilonEquals |
Check that all values in other are within epsilon of the values in this
| |
| Equals(Object) |
Determines whether the specified System.Object is a Point2f and has the same values as the present point.
(Overrides ValueTypeEquals(Object).) | |
| Equals(Point2f) |
Determines whether the specified Point2f has the same values as the present point.
| |
| GetHashCode |
Computes a hash number that represents the current point.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Constructs the string representation for the current point.
(Overrides ValueTypeToString.) | |
| ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |