Click or drag to resize

SphereLatitudeRadians Method

Computes the parallel at a specific latitude angle.

The angle is specified in radians.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Circle LatitudeRadians(
	double radians
)

Parameters

radians
Type: SystemDouble
An angle in radians for the parallel.

Return Value

Type: Circle
A circle.
See Also