Docs.rs
nc-renderer-0.1.3
nc-renderer 0.1.3
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
eloraiby
Dependencies
rs-ctypes ^0.1.1
normal
rs-math3d ^0.9.16
normal
gl_generator ^0.14.0
build
Versions
4.92%
of the crate is documented
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
Matrix4Extension
nc_
renderer
0.1.3
Matrix4
Extension
Required Methods
mat3
Implementors
In nc_
renderer::
rs_
math3d::
matrix
nc_renderer
::
rs_math3d
::
matrix
Trait
Matrix4
Extension
Copy item path
Source
pub trait Matrix4Extension<T>
where T:
Scalar
,
{ // Required method fn
mat3
(&self) ->
Matrix3
<T>; }
Required Methods
§
Source
fn
mat3
(&self) ->
Matrix3
<T>
Implementors
§
Source
§
impl<T>
Matrix4Extension
<T> for
Matrix4
<T>
where T:
Scalar
,