gl3n ~master (2021-06-11T06:55:56Z)
Home
Dub
Repo
Quaternion.rotate_axis
gl3n
linalg
Quaternion
Rotates the current quaternion around an axis and returns
this
.
struct
Quaternion
(type)
@
safe
pure nothrow
Quaternion
rotate_axis
(
real
alpha
,
Vector
!(
qt
, 3)
axis
)
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
Rotates the current quaternion around an axis and returns this.