chickadee » gl-math » 3d-scaling

3d-scaling SCALE-X SCALE-Y SCALE-Z #!optional RESULTprocedure

Return the matrix created by scaling the x, y and z axes by SCALE-X, SCALE-Y, and SCALE-Z. If RESULT is #t, the returned value will be an f32vector located in non-garbage-collected memory (the memory will still be freed when there are no more references to the matrix). If RESULT is not provided, the returned value will be an f32vector located in normal garbage collected memory.