Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. /* Scale matrix */
  2. double[][] scale_matrix = {{sX,0,0},{0,sY,0},{0,0,sZ}};
  3. m = new Matrix(scale_matrix);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement