d3d_transform_add_scaling(xs,ys,zs)
Jump to navigation
Jump to search
Description
Adds scaling to the axis.
Parameters
Parameter | Data Type | Description |
---|---|---|
xs | double | x axis amount of scaling, 0 to 1 |
ys | double | y axis amount of scaling, 0 to 1 |
zs | double | z axis amount of scaling, 0 to 1 |
Return Values
void: This function does not return anything.
Example Call
// Example of using the function.