PEd_RayIntersectPlane

A function defined in PEd_RayIntersectPlane.gml

PEd_RayIntersectPlane(_origin, _direction, _plane, _normal)

Description

Gets the interestion point of the ray and the plane.

Arguments

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

Returns

Array The intersection of the ray and the plane.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.