pub enum Fixed<N: Copy + RealField> {
Hor(N),
Ver(N),
Upp(N),
}
Expand description
Fixed quantity wrt field of view.
- Implements
Default
and can be created withFixed::default()
returningFixed::Ver(N::frac_pi_4())
. - Implements
From<N>
and can be created withN::into()
returningFixed::Ver()
.
Variants§
Hor(N)
Fixed horizontal field of view aka Vert- scaling.
Ver(N)
Fixed vertical field of view aka Hor+ scaling.
Upp(N)
Fixed unit per pixel on focus plane at distance from eye of one aka Pixel-based scaling.
Implementations§
source§impl<N: Copy + RealField> Fixed<N>
impl<N: Copy + RealField> Fixed<N>
sourcepub fn to_hor(self, max: &Point2<N>) -> Self
pub fn to_hor(self, max: &Point2<N>) -> Self
Converts to fixed horizontal field of view wrt maximum position in screen space.
sourcepub fn to_ver(self, max: &Point2<N>) -> Self
pub fn to_ver(self, max: &Point2<N>) -> Self
Converts to fixed vertical field of view wrt maximum position in screen space.
sourcepub fn to_upp(self, max: &Point2<N>) -> Self
pub fn to_upp(self, max: &Point2<N>) -> Self
Converts to fixed unit per pixel on focus plane at distance from eye of one wrt maximum position in screen space.
sourcepub fn max_and_upp(&self, zat: N, max: &Point2<N>) -> (Point2<N>, N)
pub fn max_and_upp(&self, zat: N, max: &Point2<N>) -> (Point2<N>, N)
Maximum position in camera space and unit per pixel on focus plane wrt distance between eye and target and maximum position in screen space.
sourcepub const fn into_inner(self) -> N
pub const fn into_inner(self) -> N
Underlying quantity.
Trait Implementations§
source§impl<N: Copy + RealField> Archive for Fixed<N>
Available on crate feature rkyv
only.
impl<N: Copy + RealField> Archive for Fixed<N>
Available on crate feature
rkyv
only.source§impl<'de, N> Deserialize<'de> for Fixed<N>
impl<'de, N> Deserialize<'de> for Fixed<N>
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<De: Fallible + ?Sized, N: Copy + RealField> Deserialize<Fixed<N>, De> for Fixed<N>
Available on crate feature rkyv
only.
impl<De: Fallible + ?Sized, N: Copy + RealField> Deserialize<Fixed<N>, De> for Fixed<N>
Available on crate feature
rkyv
only.source§impl<N: PartialEq + Copy + RealField> PartialEq for Fixed<N>
impl<N: PartialEq + Copy + RealField> PartialEq for Fixed<N>
source§impl<Ser: Fallible + ?Sized, N: Copy + RealField> Serialize<Ser> for Fixed<N>
Available on crate feature rkyv
only.
impl<Ser: Fallible + ?Sized, N: Copy + RealField> Serialize<Ser> for Fixed<N>
Available on crate feature
rkyv
only.impl<N: Copy + Copy + RealField> Copy for Fixed<N>
impl<N: Eq + Copy + RealField> Eq for Fixed<N>
impl<N: Copy + RealField> StructuralPartialEq for Fixed<N>
Auto Trait Implementations§
impl<N> Freeze for Fixed<N>where
N: Freeze,
impl<N> RefUnwindSafe for Fixed<N>where
N: RefUnwindSafe,
impl<N> Send for Fixed<N>
impl<N> Sync for Fixed<N>
impl<N> Unpin for Fixed<N>where
N: Unpin,
impl<N> UnwindSafe for Fixed<N>where
N: UnwindSafe,
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
source§impl<T> ArchiveUnsized for Twhere
T: Archive,
impl<T> ArchiveUnsized for Twhere
T: Archive,
§type Archived = <T as Archive>::Archived
type Archived = <T as Archive>::Archived
The archived counterpart of this type. Unlike
Archive
, it may be unsized. Read more§type MetadataResolver = ()
type MetadataResolver = ()
The resolver for the metadata of this type. Read more
source§unsafe fn resolve_metadata(
&self,
_: usize,
_: <T as ArchiveUnsized>::MetadataResolver,
_: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata,
)
unsafe fn resolve_metadata( &self, _: usize, _: <T as ArchiveUnsized>::MetadataResolver, _: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata, )
Creates the archived version of the metadata for this value at the given position and writes
it to the given output. Read more
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<T, S> SerializeUnsized<S> for T
impl<T, S> SerializeUnsized<S> for T
source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read moresource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.