d3d_transform_set_identity()
Revision as of 16:55, 17 September 2013 by RobertBColton (talk | contribs)
Description
Sets the identity of transformation.
Parameters
Parameter | Description |
---|---|
none | There are no parameters for this function. |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting the identity of transformation
d3d_transform_set_identity();