bettercmath ~master (2021-10-22T22:55:25.7546802)
Dub
Repo
Transform.copyInto
bettercmath
transform
Transform
Copy Transform contents into a matrix of Transform-like dimensions.
auto ref
copyInto
(Transform!(T, Args) target)
auto ref
copyInto
(Matrix!(T, C, R) target)
struct
Transform
(T, uint Dim, TransformOptions options = TransformOptions.none)
ref const
auto ref
copyInto
(
uint
C
uint
R
)
(
ref
return
Matrix
!(
T
,
C
,
R
)
target
)
if
(
C
==
R
||
C
==
R
+ 1
)
if
(
Dim
> 0
)
Meta
Source
See Implementation
bettercmath
transform
Transform
aliases
ElementType
MatrixType
fromZRotation
fromZRotationDegrees
rotateZ
rotateZDegrees
rotatedZ
rotatedZDegrees
constructors
this
functions
copyInto
opBinary
opCast
rotate
rotateDegrees
rotateX
rotateXDegrees
rotateY
rotateYDegrees
rotated
rotatedDegrees
rotatedX
rotatedXDegrees
rotatedY
rotatedYDegrees
scale
scaled
setIdentity
shear
sheared
transform
translate
translated
manifest constants
dimension
identity
static functions
fromRotation
fromRotationDegrees
fromScaling
fromShearing
fromTranslation
fromXRotation
fromXRotationDegrees
fromYRotation
fromYRotationDegrees
variables
isCompact
matrix
Copy Transform contents into a matrix of Transform-like dimensions.