Return to previous page | Return to menu | Go to next page


void
Matrix function

slScale

Scaling the current matrix

Format

void slScale(sx , sy , sz)
FIXED sx ;
FIXED sy ;
FIXED sz ;

Parameter

sx X-axis scaling factor
sy Scale in the Y-axis direction
sz Z-axis scaling factor

Function

Multiply the current matrix by the scaling matrix.
The scaling matrix is ​​represented as shown below.

Return value

None

Note) sx, sy, sz are parameter substitution values.

Reference: Chapter 4 Coordinate transformation

slScale


Return to previous page | Return to menu | Go to next page