Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
misc
planeSegmentIntersection
Function planeSegmentIntersection
planeSegmentIntersection
(
plane
:
Plane
,
segment
:
Vector3
[]
)
:
Vector3
|
null
Given a plane and a segment, return the intersection point if it exists or null it doesn't.
Parameters
plane
:
Plane
segment
:
Vector3
[]
Returns
Vector3
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
Examples
Strata - v1.4.10
Loading...
Given a plane and a segment, return the intersection point if it exists or null it doesn't.