PEd_RayPlaneIntersect

function

PEd_RayPlaneIntersect(_origin, _direction, _plane, _normal)

Description

Gets the interestion point of the ray and the plane.

Arguments

Name Type Description
_origin Array<Real> The origin of the ray.
_direction Array<Real> The direction of the ray.
_plane Array<Real> A point on the plane.
_normal Array<Real> The normal vector of the plane.

Returns

Array<Real> The intersection of the ray and the plane.


Copyright © 2022, BlueBurn. Built on September 12, 2022 using GMDoc.