Skip to main content

plane3_compute_ray_intersection

plane3_compute_ray_intersection(out, originX, originY, originZ, directionX, directionY, directionZ, normalX, normalY, normalZ, dist) ⇒ boolean

Kind: global function
Returns: boolean - true if intersection is found, false otherwise

ParamTypeDescription
outVector3Result will be written here
originXnumberRay origin
originYnumberRay origin
originZnumberRay origin
directionXnumberRay direction
directionYnumberRay direction
directionZnumberRay direction
normalXnumberPlane normal
normalYnumberPlane normal
normalZnumberPlane normal
distnumberPlane distance