Docs.rs
use-geometry-0.0.6
use-geometry 0.0.6
Permalink
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
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
triangle_area
use_
geometry
0.0.6
In use_
geometry::
triangle
use_geometry
::
triangle
Function
triangle_
area
Copy item path
Source
pub fn triangle_area(a:
Point2
, b:
Point2
, c:
Point2
) ->
f64
Expand description
Returns the 2D triangle area.