frustum3_computeNearestPointToPoint
Constants
- scratch_outer_planes :
Array.<Plane>
- scratch_v3_array :
Array.<number>
Functions
scratch_outer_planes : Array.<Plane>
Kind: global constant
scratch_v3_array : Array.<number>
Kind: global constant
frustum3_computeNearestPointToPoint(result, planes, target_x, target_y, target_z) ⇒ boolean
Kind: global function
Returns: boolean
- if point is inside the frustum - true, false otherwise
Param | Type |
---|---|
result | Vector3 |
planes | Array.<Plane> |
target_x | number |
target_y | number |
target_z | number |