RandomUnitVectorInCone
From Onset Developer Wiki
Description
Returns a normalized vector (length 1) that is inside the specified cone.
Syntax
RandomUnitVectorInCone(x, y, z, halfangle)
Parameters
- x
Center X of the cone. - y
Center X of the cone. - z
Center X of the cone. - halfangle
Half the angle of the cone in degrees.
Return Value
- Return a unit vector.
Example
__EDIT_ME__