Trait three_d::core::math::Rotation2 [−][src]
A two-dimensional rotation.
Required methods
pub fn from_angle<A>(theta: A) -> Self where
A: Into<Rad<S>>, [src]
A: Into<Rad<S>>,
Create a rotation by a given angle. Thus is a redundant case of both from_axis_angle() and from_euler() for 2D space.
Implementations on Foreign Types
impl<S> Rotation2<S> for Basis2<S> where
S: BaseFloat, [src]
S: BaseFloat,
pub fn from_angle<A>(theta: A) -> Basis2<S> where
A: Into<Rad<S>>, [src]
A: Into<Rad<S>>,