Search
Geometry Members
Methods
 


Provides various conversions.

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

 Public Methods

  Name Description

AngleFromPoints

Returns the angle between (p1, p2) and (p1, p3).

CartesianToPolar

Overloaded. Converts a point from Cartesian to polar coordinates.

Degrees

Converts the specified angle from radians to degrees.

Distance

Calculates the distance between the specified points.

PolarToCartesian

Overloaded. Converts the specified point from polar to Cartesian coordinates.

Radians

Converts the specified angle from degrees to radians.

RotatePoint

Rotates the specified point around the specified pivot at the specified angle.

 See Also