gl3n ~master (2021-06-11T06:55:56Z)
Home
Dub
Repo
Quaternion.opBinary
gl3n
linalg
Quaternion
Undocumented in source. Be warned that the author may not have intended to support it.
Quaternion
opBinary
(Quaternion inp)
Quaternion
opBinary
(Quaternion inp)
struct
Quaternion
(type)
@
safe
pure nothrow const
Quaternion
opBinary
(
string
op
)
(
Quaternion
inp
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
)
Vector
!(
qt
,
3
)
opBinary
(Vector!(qt, 3) inp)
Quaternion
opBinary
(qt inp)
Meta
Source
See Implementation
gl3n
linalg
Quaternion
aliases
conjugate
conjugated
ok
qt
toString
w
x
y
z
constructors
this
functions
invert
make_identity
normalize
normalized
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
rotate_axis
rotate_euler
rotatex
rotatey
rotatez
to_axis_angle
to_matrix
properties
as_string
get_
identity
inverse
isFinite
magnitude
magnitude_squared
pitch
roll
set_
value_ptr
yaw
static functions
axis_rotation
euler_rotation
from_matrix
xrotation
yrotation
zrotation
templates
coord_to_index
variables
quaternion