Struct meshopt::packing::Vertex [−][src]
Fields
p: [f32; 3]
n: [f32; 3]
t: [f32; 2]
Trait Implementations
impl DecodePosition for Vertex
[src]
impl DecodePosition for Vertex
[src]fn decode_position(&self) -> [f32; 3]
[src]
impl PartialOrd<Vertex> for Vertex
[src]
impl PartialOrd<Vertex> for Vertex
[src]fn partial_cmp(&self, other: &Vertex) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool