dchip ~master (2017-10-05T11:44:55Z)
Home
Dub
Repo
cpMat2x2
dchip
chipmunk_types
Chipmunk's 2D matrix type.
struct
cpMat2x2 {
cpFloat
a
;
cpFloat
b
;
cpFloat
c
;
cpFloat
d
;
}
Members
Variables
a
cpFloat
a
;
Row major [[a, b][c d]]
b
cpFloat
b
;
Row major [[a, b][c d]]
c
cpFloat
c
;
Row major [[a, b][c d]]
d
cpFloat
d
;
Row major [[a, b][c d]]
Meta
Source
See Implementation
dchip
chipmunk_types
aliases
M_E
M_PI
cpCollisionID
cpCollisionType
cpDataPointer
cpFloat
cpGroup
cpHashValue
cpLayers
cpTimestamp
functions
cpfabs
cpfclamp
cpfclamp01
cpflerp
cpflerpconst
cpfmax
cpfmin
manifest constants
CPFLOAT_MIN
CP_ALL_LAYERS
CP_NO_GROUP
INFINITY
structs
cpMat2x2
cpVect
Chipmunk's 2D matrix type.