Matrix Engine Api Documentation - v1.9.0
Preparing search index...
rayIntersectsAABB
Function rayIntersectsAABB
rayIntersectsAABB
(
rayOrigin
:
any
,
rayDirection
:
any
,
boxMin
:
any
,
boxMax
:
any
,
)
:
{
hitPoint
:
Vec3
;
t
:
number
}
Parameters
rayOrigin
:
any
rayDirection
:
any
boxMin
:
any
boxMax
:
any
Returns
{
hitPoint
:
Vec3
;
t
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Matrix Engine Api Documentation - v1.9.0
Loading...