Docs.rs
angle-sc-1.1.5
angle-sc 1.1.5
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kenba
Dependencies
libm ^0.2
normal
serde ^1.0
normal
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module vector2d
angle_
sc
1.1.5
Module vector2d
Module Items
Functions
In crate angle_
sc
angle_sc
Module
vector2d
Copy item path
Source
Expand description
The
vector2d
module contains 2D vector functions.
Functions
ยง
dot_
product
2D vector dot product function: a . b.
perp_
product
2D vector perp product function: a x b.