chipmunkd ~master (2017-02-18T12:22:00Z)
Home
Dub
Repo
cpTransformNewTranspose
chipmunk
cpTransform
Construct a new transform matrix in transposed order.
extern (
C
) static
cpTransform
cpTransformNewTranspose
(
cpFloat
a
,
cpFloat
c
,
cpFloat
tx
,
cpFloat
b
,
cpFloat
d
,
cpFloat
ty
)
Meta
Source
See Implementation
chipmunk
cpTransform
static functions
cpTransformInverse
cpTransformMult
cpTransformNew
cpTransformNewTranspose
cpTransformPoint
cpTransformRigid
cpTransformRigidInverse
cpTransformRotate
cpTransformScale
cpTransformTranslate
cpTransformVect
cpTransformbBB
static variables
cpTransformIdentity
Construct a new transform matrix in transposed order.