PEXScale2D Utility


Synopsis

 
   void PEXScale2D(
        PEXVector2D *scale_vector,
        PEXMatrix3x3 matrix_return
   )
 

Arguments

scale_vector
Vector containing the x and y scale factors.

matrix_return
Matrix into which rotation matrix is stored.

Returns

None.

Description

Invoke PEXScale2D to create a 3x3 scale matrix according to the specified scale vector.

Errors

None.

See Also

For a list of modeling transformation utilities, see Modeling Transformation Utilities. For a list of related topics, see PEXlib Utilities.