Docs.rs
na-0.32.1
na 0.32.1
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
arturoc
Dependencies
nalgebra ^0.32
normal
num-traits ^0.2
normal
simba ^0.8
normal
approx ^0.5
dev
Versions
2.5%
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
☰
AsMat
Required Methods
as_mat
Implementors
In na
?
Trait
na
::
AsMat
source
·
[
−
]
pub trait AsMat<T> { // Required method fn
as_mat
(&self) ->
&T
; }
Required Methods
§
source
fn
as_mat
(&self) ->
&T
Implementors
§
source
§
impl<T:
RealField
>
AsMat
<
Matrix
<T,
Const
<4>,
Const
<4>,
ArrayStorage
<T, 4, 4>>> for
Orthographic3
<T>