M_Rhino_Geometry_Sphere_LatitudeRadians - mcneel/rhinocommon-api-docs GitHub Wiki

Sphere.LatitudeRadians Method

Computes the parallel at a specific latitude angle. The angle is specified in radians.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Circle LatitudeRadians(
	double radians
)

VB

Public Function LatitudeRadians ( 
	radians As Double
) As Circle

Parameters

 

radians
Type: System.Double
An angle in radians for the parallel.

Return Value

Type: Circle
A circle.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Sphere Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️