math docs
Preparing search index...
shapes
plane3
fromCoplanarPoints
Function fromCoplanarPoints
fromCoplanarPoints
(
out
:
plane3
.
Plane3
,
a
:
vec3
.
Vec3
,
b
:
vec3
.
Vec3
,
c
:
vec3
.
Vec3
,
)
:
plane3
.
Plane3
Creates a plane from three coplanar points
Parameters
out
:
plane3
.
Plane3
The output plane
a
:
vec3
.
Vec3
First point
b
:
vec3
.
Vec3
Second point
c
:
vec3
.
Vec3
Third point
Returns
plane3
.
Plane3
The output plane
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
math docs
Loading...
Creates a plane from three coplanar points