Docs.rs
funutd-0.4.0
funutd 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SamiPerttu
Dependencies
enum_dispatch ^0.3.8
normal
glam ^0.20.5
normal
arboard ^2.1.1
dev
eframe ^0.18.0
dev
egui ^0.18.1
dev
pixels ^0.9.0
dev
plotters ^0.3.1
dev
png ^0.17.5
dev
rayon ^1.5.3
dev
rfd ^0.8.2
dev
winit ^0.26.1
dev
winit_input_helper ^0.12.0
dev
Versions
50.64%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Vec2i
Trait Implementations
Vec2Ext
In funutd::vec
?
Type Definition
funutd
::
vec
::
Vec2i
source
·
[
−
]
pub type Vec2i =
IVec2
;
Trait Implementations
source
impl
Vec2Ext
for
Vec2i
type
Scalar
=
i32
source
fn
from_angle
(_radians:
i32
) ->
Vec2i
source
fn
rotate_90
(self) -> Self
source
fn
rotate_270
(self) -> Self
source
fn
rotate
(self, _radians: Self::
Scalar
) -> Self