SphereLatitudeRadians Method |
Computes the parallel at a specific latitude angle.
The angle is specified in radians.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also