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