cpTransformNew

Construct a new transform matrix. (a, b) is the x basis vector. (c, d) is the y basis vector. (tx, ty) is the translation.

extern (C) static
cpTransform
cpTransformNew
(
cpFloat a
,
cpFloat b
,
cpFloat c
,
cpFloat d
,
cpFloat tx
,
cpFloat ty
)

Meta