Docs.rs
funutd-0.16.0
funutd 0.16.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SamiPerttu
Dependencies
dyn-clone ^1.0.17
normal
glam ^0.28.0
normal
hashbrown ^0.14.5
normal
libm ^0.2.8
normal
eframe ^0.27.2
dev
png ^0.17.13
dev
rayon ^1.10.0
dev
rfd ^0.14.1
dev
winit ^0.30.1
dev
winit_input_helper ^0.16.0
dev
Versions
56.45%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Vec2d
funutd
0.16.0
Vec2d
Aliased Type
Fields
x
y
Trait Implementations
Vec2Ext
In funutd::
vec
funutd
::
vec
Type Alias
Vec2d
Copy item path
Source
pub type Vec2d =
DVec2
;
Aliased Type
§
#[repr(C)]
pub struct Vec2d { pub x:
f64
, pub y:
f64
, }
Fields
§
§
x:
f64
§
y:
f64
Trait Implementations
§
Source
§
impl
Vec2Ext
for
Vec2d
Source
§
type
Scalar
=
f64
Source
§
fn
from_angle
(radians:
f64
) ->
Vec2d
Source
§
fn
rotate_90
(self) -> Self
Source
§
fn
rotate_270
(self) -> Self
Source
§
fn
rotate
(self, radians: Self::
Scalar
) -> Self