Click or drag to resize

SphereLongitudeDegrees Method

Computes the meridian at a specific longitude angle.

The angle is specified in degrees.

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

Parameters

degrees
Type: SystemDouble
An angle in degrees.

Return Value

Type: Circle
A circle.
See Also