M_Rhino_Geometry_Sphere_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki

Sphere.PointAt Method

Evaluates the sphere at specific longitude and latitude angles.

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

Syntax

C#

public Point3d PointAt(
	double longitudeRadians,
	double latitudeRadians
)

VB

Public Function PointAt ( 
	longitudeRadians As Double,
	latitudeRadians As Double
) As Point3d

Parameters

 

longitudeRadians
Type: System.Double
A number within the interval [0, 2pi].
latitudeRadians
Type: System.Double
A number within the interval [-pi/2,pi/2].

Return Value

Type: Point3d
A point value.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Sphere Structure
Rhino.Geometry Namespace

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