Click or drag to resize

SphereLongitudeRadians Method

Computes the meridian at a specific longitude angle.

The angle is specified in radians.

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

Parameters

radians
Type: SystemDouble
An angle in radians.

Return Value

Type: Circle
A circle.
See Also