zmath ~master (2021-07-15T08:21:03Z)
Home
Dub
Repo
__anonymous.__anonymous
zmath
quaternion
Quaternion
__anonymous
Undocumented in source.
struct
__anonymous
union
__anonymous
struct
__anonymous {
T
i
;
T
j
;
T
k
;
T
w
;
}
struct
__anonymous
Members
Variables
i
T
i
;
i complex component
j
T
j
;
j complex component
k
T
k
;
k complex component
w
T
w
;
w real component
Meta
Source
See Implementation
zmath
quaternion
Quaternion
__anonymous
structs
__anonymous