(bind-func fill_pos_scale_matrix (lambda (mat:float* posx posy posz scalex scaley scalez) (pfill! mat scalex 0.0 0.0 0.0 0.0 scaley 0.0 0.0 0.0 0.0 scalez 0.0 posx posy posz 1.0) void))