M_Rhino_Geometry_Sphere_NormalAt - mcneel/rhinocommon-api-docs GitHub Wiki

Sphere.NormalAt Method

Computes the normal at a specific angular location on the sphere.

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

Syntax

C#

public Vector3d NormalAt(
	double longitudeRadians,
	double latitudeRadians
)

VB

Public Function NormalAt ( 
	longitudeRadians As Double,
	latitudeRadians As Double
) As Vector3d

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: Vector3d
A vector.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Sphere Structure
Rhino.Geometry Namespace

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