Viewer - Drawing Tools
Preparing search index...
RayTraceResult
Type Alias RayTraceResult
type
RayTraceResult
=
{
point
:
vec3
;
restriction
:
IRestriction
;
restrictionResult
:
RestrictionResult
;
closestPointOnRay
?:
vec3
;
distance
?:
number
;
distanceSquared
?:
number
;
dragAnchor
?:
IDragAnchor
;
transformation
?:
mat4
;
}
Index
Properties
point
restriction
restriction
Result
closest
Point
On
Ray?
distance?
distance
Squared?
drag
Anchor?
transformation?
Properties
point
point
:
vec3
restriction
restriction
:
IRestriction
restriction
Result
restrictionResult
:
RestrictionResult
Optional
closest
Point
On
Ray
closestPointOnRay
?:
vec3
Optional
distance
distance
?:
number
Optional
distance
Squared
distanceSquared
?:
number
Optional
drag
Anchor
dragAnchor
?:
IDragAnchor
Optional
transformation
transformation
?:
mat4
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
point
restriction
restriction
Result
closest
Point
On
Ray
distance
distance
Squared
drag
Anchor
transformation
Viewer - Drawing Tools
Loading...