mobile/f32
Nigel Tao 2457abfa93 go.mobile/f32: add a f32.Bytes function.
LGTM=crawshaw
R=crawshaw
CC=golang-codereviews
https://golang.org/cl/166720044
2014-10-29 09:19:38 +11:00
..
affine.go go.mobile/f32: add Inverse 2014-10-15 09:42:53 -04:00
affine_test.go go.mobile/f32: add Inverse 2014-10-15 09:42:53 -04:00
f32.go go.mobile/f32: add a f32.Bytes function. 2014-10-29 09:19:38 +11:00
f32_test.go go.mobile/f32: add a f32.Bytes function. 2014-10-29 09:19:38 +11:00
gen.go go.mobile/f32: sin/cos look-up tables. 2014-10-28 11:19:13 +11:00
mat3.go go.mobile/f32: make matrix multiplication work even if the dst matrix 2014-10-03 14:33:15 +10:00
mat4.go go.mobile/f32: add Scale, Translate and Rotate methods to Affine. 2014-10-09 13:48:17 +11:00
table.go go.mobile/f32: sin/cos look-up tables. 2014-10-28 11:19:13 +11:00
vec3.go go.mobile/f32: fix matrix multiply to be m0*m1 not m1*m0. 2014-10-03 12:33:49 +10:00
vec4.go go.mobile/f32: fix matrix multiply to be m0*m1 not m1*m0. 2014-10-03 12:33:49 +10:00