dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
isFinite
dlsl
quaternion
Returns true if all values are not nan and finite, otherwise false.
pure nothrow @
nogc
@
safe
bool
isFinite
(
Q
)
(
const
ref
Q
q
)
if
(
isQuaternion
!
Q
)
Meta
Source
See Implementation
dlsl
quaternion
aliases
conjugate
quat
functions
invert
isFinite
pitch
roll
toMat3
toMat3x3
toMat3x4
toMat4
toMat4x3
toMat4x4
yaw
structs
Quaternion
templates
isQuaternion
Returns true if all values are not nan and finite, otherwise false.