RhinoCommon API
SphereNormalAt Method |
Computes the normal at a specific angular location on the sphere.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Vector3d NormalAt( double longitudeRadians, double latitudeRadians )
Public Function NormalAt ( longitudeRadians As Double, latitudeRadians As Double ) As Vector3d
Parameters
- longitudeRadians
- Type: SystemDouble
A number within the interval [0, 2pi]. - latitudeRadians
- Type: SystemDouble
A number within the interval [-pi/2, pi/2].
Return Value
Type: Vector3dA vector.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14