Liking cljdoc? Tell your friends :D

lambdaisland.cljbox2d.math

Helper functions for Box2D vector/matrix math

Helper functions for Box2D vector/matrix math
raw docstring

m*clj/s

source

m+clj/s

source

mat-addclj/s

(mat-add m1 m2)
source

mat-angleclj/s

(mat-angle mat)

Extract the angle from this matrix (assumed to be a rotation matrix).

Extract the angle from this matrix (assumed to be a rotation matrix).
sourceraw docstring

mat-invertclj/s

(mat-invert mat)
source

mat-mulclj/s

(mat-mul mat vec)
source

scale-transformclj/s

(scale-transform scale)

Transformation matrix that scales vectors by a fixed amount in both dimensions

Transformation matrix that scales vectors by a fixed amount in both dimensions
sourceraw docstring

v*clj/s

source

v+clj/s

source

v-clj/s

source

vec-addclj/s

(vec-add v1 v2)
source

vec-lengthclj/s

(vec-length v)
source

vec-mulclj/s

(vec-mul v a)
source

vec-subclj/s

(vec-sub v1 v2)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close