ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
Transform
ws
math
transform
Undocumented in source.
class
Transform {
protected
Matrix
!(
4
,
4
)
matrix
;
this
(Vector!3 pos, Quaternion ang);
Vector
!
3
to
(Vector!3 pos);
Vector
!
3
from
(Vector!3 pos);
}
Constructors
this
this
(Vector!3 pos, Quaternion ang)
Undocumented in source.
Members
Functions
from
Vector
!
3
from
(Vector!3 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
to
Vector
!
3
to
(Vector!3 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
matrix
Matrix
!(
4
,
4
)
matrix
;
Undocumented in source.
Meta
Source
See Implementation
ws
math
transform
classes
Transform