Function Node2D.rotate
Applies a rotation to the node, in radians, starting from its current rotation.
void rotate
(
const(double) radians
) nothrow @nogc;
Applies a rotation to the node, in radians, starting from its current rotation.
void rotate
(
const(double) radians
) nothrow @nogc;