Type Alias AabbPositionsNV

Source
pub type AabbPositionsNV = AabbPositionsKHR;

Aliased Type§

struct AabbPositionsNV {
    pub min_x: f32,
    pub min_y: f32,
    pub min_z: f32,
    pub max_x: f32,
    pub max_y: f32,
    pub max_z: f32,
}

Fields§

§min_x: f32§min_y: f32§min_z: f32§max_x: f32§max_y: f32§max_z: f32

Implementations

Trait Implementations

Source§

impl Clone for AabbPositionsKHR

Source§

fn clone(&self) -> AabbPositionsKHR

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for AabbPositionsKHR

Source§

fn default() -> AabbPositionsKHR

Returns the “default value” for a type. Read more
Source§

impl Copy for AabbPositionsKHR