RhinoCommon API
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

public Circle LatitudeRadians( double radians )
Public Function LatitudeRadians ( radians As Double ) As Circle
Parameters
- radians
- Type: SystemDouble
An angle in radians for the parallel.
Return Value
Type: CircleA circle.
