Click or drag to resize

SphereNormalAt Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Vector3d NormalAt(
	double longitudeRadians,
	double latitudeRadians
)

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