Skip to main content

frustum3_computeNearestPointToPoint

Constants

scratch_outer_planes : Array.<Plane>
scratch_v3_array : Array.<number>

Functions

frustum3_computeNearestPointToPoint(result, planes, target_x, target_y, target_z)boolean

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

ParamType
resultVector3
planesArray.<Plane>
target_xnumber
target_ynumber
target_znumber