Docs.rs
ear-algae-0.5.0
ear-algae 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
04 January 2026
Links
crates.io
Source
Owners
Quelfth
Dependencies
bytemuck ^1.23.1
normal
optional
culit ^0.6.1
normal
lerpify ^1.0.0
normal
optional
maybe-trait ^1.0.0
normal
serde ^1.0.215
normal
optional
Versions
2.11%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Refl
ear_
algae
0.5.0
Refl
Required Associated Types
Output
Required Methods
refl
Implementors
In ear_
algae::
ops
ear_algae
::
ops
Trait
Refl
Copy item path
Source
pub trait Refl<A> { type
Output
; // Required method fn
refl
(self, axis: A) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
refl
(self, axis: A) -> Self::
Output
Implementors
§
Source
§
impl<S:
Field
, const N:
usize
>
Refl
<
Option
<
Nrml
<N, S>>> for
Vect
<N, S>
Source
§
type
Output
=
Vect
<N, S>
Source
§
impl<S:
Field
, const N:
usize
>
Refl
<
Nrml
<N, S>> for
Vect
<N, S>
Source
§
type
Output
=
Vect
<N, S>
Source
§
impl<S:
Field
, const N:
usize
>
Refl
<
Vect
<N, S>> for
Vect
<N, S>
Source
§
type
Output
=
Vect
<N, S>