Docs.rs
use-geometry-0.0.3
use-geometry 0.0.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
CloudBranch
Dependencies
proptest ^1.11.0
dev
Versions
93.24%
of the crate is documented
Go to latest version
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
dot
use_
geometry
0.0.3
In use_
geometry::
vector
use_geometry
::
vector
Function
dot
Copy item path
Source
pub fn dot(left:
Vector2
, right:
Vector2
) ->
f64
Expand description
Returns the dot product of two vectors.