llGroundNormal

From Second Life Wiki
Revision as of 19:45, 27 November 2007 by Xaviar Czervik (talk | contribs) (Clarified function description.)
Jump to navigation Jump to search

Summary

Function: vector llGroundNormal( vector offset );

Returns a vector that is the normal unit vector from the current position + offset. That is, the vector pointing directly up from the slope of the ground.

• vector offset

The requested position needs to be in the same sim.

Examples

See Also

Functions

•  llGround Gets the ground height
•  llGroundContour Gets the ground contour
•  llGroundSlope Gets the ground slope

Deep Notes

Search JIRA for related Issues

Signature

function vector llGroundNormal( vector offset );