@0b5vr/experimental
Preparing search index...
mat4LookAtInverse
Function mat4LookAtInverse
mat4LookAtInverse
(
position
:
RawVector3
,
target
?:
RawVector3
,
up
?:
RawVector3
,
roll
?:
number
,
)
:
RawMatrix4
Generate an inverse of "LookAt" matrix. Good for creating a view matrix.
See also:
mat4LookAt
Parameters
position
:
RawVector3
target
:
RawVector3
= ...
up
:
RawVector3
= ...
roll
:
number
= 0.0
Returns
RawMatrix4
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@0b5vr/experimental
Loading...
Generate an inverse of "LookAt" matrix. Good for creating a view matrix.
See also: mat4LookAt