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
)
Public Function LongitudeRadians (
radians As Double
) As Circle
Parameters
- radians
- Type: SystemDouble
An angle in radians.
Return Value
Type:
CircleA circle.
See Also