The Point2f type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CrossProduct(Point2f) |
Calculates the cross product of two 2D vectors.
|
![]() ![]() | CrossProduct(Point2f, Point2f) |
Calculates the cross product of two 2D vectors.
|
![]() ![]() | Distance |
Returns the distance between the specified two points
|
![]() | DistanceTo |
Returns the distance between the specified two points
|
![]() | DotProduct(Point2f) |
Calculates the dot product of two 2D vectors.
|
![]() ![]() | DotProduct(Point2f, Point2f) |
Calculates the dot product of two 2D vectors.
|
![]() | Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Point2f) |
Specifies whether this object contains the same members as the specified Object.
|
![]() | GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |
See Also