Math3D Full Project API
Preparing search index...
renderer/src/geometry/polyhedra
pointInPolygonOnPlane
Function pointInPolygonOnPlane
pointInPolygonOnPlane
(
point
:
Point3
,
polygon
:
Polygon3
,
plane
?:
Plane3
|
null
,
tolerance
?:
number
,
)
:
{
distance
:
number
;
inside
:
boolean
}
|
null
Parameters
point
:
Point3
polygon
:
Polygon3
Optional
plane
:
Plane3
|
null
tolerance
:
number
= 1e-3
Returns
{
distance
:
number
;
inside
:
boolean
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Math3D Full Project API
Loading...