Math3D Full Project API
Preparing search index...
renderer/src/geometry/construct
LineIntersectionResult
Type Alias LineIntersectionResult
type
LineIntersectionResult
=
{
point
:
Point3
;
s
:
number
;
t
:
number
;
}
Index
Properties
point
s
t
Properties
point
point
:
Point3
s
s
:
number
t
t
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
point
s
t
Math3D Full Project API
Loading...