MoveBy Examples Placement myPlacement( Vec2D( 250.0, 100.0 ), 0.5 * AL_PI );
// Move myPlacement 20 pixels right and 10 pixels down // myPlacement.MoveBy( Vec2D( 20.0, 10.0 )); Other functions of the class Placement
Questions about MoveBy? Click here. |