math docs
Preparing search index...
shapes
plane3
projectPoint
Function projectPoint
projectPoint
(
out
:
vec3
.
Vec3
,
plane
:
plane3
.
Plane3
,
point
:
vec3
.
Vec3
)
:
vec3
.
Vec3
Projects a point onto the plane
Parameters
out
:
vec3
.
Vec3
The output point
plane
:
plane3
.
Plane3
The plane
point
:
vec3
.
Vec3
The point to project
Returns
vec3
.
Vec3
The projected point
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
math docs
Loading...
Projects a point onto the plane