[−][src]Trait cgmath::prelude::Rotation2
A two-dimensional rotation.
Required methods
fn from_angle<A: Into<Rad<S>>>(theta: A) -> Self
Create a rotation by a given angle. Thus is a redundant case of both from_axis_angle() and from_euler() for 2D space.