Search
Utilities Members
Methods
 


Contains common helper methods.

The following tables list the members exposed by the Utilities type.

 Public Methods

  Name Description

CartesianToPolar

Converts Cartesian coordinates to the corresponding polar coordinates, using the specified point as a center of the coordinate system.

DeviceToDoc

Overloaded.  

Distance

Calculates the distance between the specified points.

DistanceSq

Calculates the square of the distance between the specified points.

DocToDevice

Overloaded.  

GetEllipseIntr

Calculate the intersection point between the ellipse with the specified bounds and the line segment defined by the specified points.

LineIntersect

Finds the intersection point of the lines defined by the specified point pairs.

PolarToCartesian

Converts polar coordinates to the corresponding Cartesian coordinates, using the specified point as a center of the coordinate system.

Radians

Converts the specified angle from degress to radians.

 See Also