Docs.rs
cgmath-0.14.1
cgmath 0.14.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
csherratt
tomaka
kvark
ozkriff
brendanzab
aloucks
emberian
Dependencies
approx ^0.1
normal
num-traits ^0.1
normal
rand ^0.3
normal
serde ^1.0
normal
serde_derive ^1.0
normal
simd ^0.2
normal
glium ^0.16
dev
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Transform2
Implementors
In cgmath
?
Trait
cgmath
::
Transform2
source
·
[
−
]
pub trait Transform2<S:
BaseNum
>:
Transform
<
Point2
<S>> +
Into
<
Matrix3
<S>> { }
Implementors
§
source
§
impl<S:
BaseFloat
>
Transform2
<S> for
Matrix3
<S>
source
§
impl<S:
BaseFloat
, R:
Rotation2
<S>>
Transform2
<S> for
Decomposed
<
Vector2
<S>, R>