pub struct TVertex {
pub u: f64,
pub v: f64,
pub w: f64,
}Expand description
A single 3-dimensional point on a texture. “Texure Vertex”.
Fields§
§u: f64§v: f64§w: f64Trait Implementations§
Source§impl PartialOrd for TVertex
impl PartialOrd for TVertex
impl Copy for TVertex
Auto Trait Implementations§
impl Freeze for TVertex
impl RefUnwindSafe for TVertex
impl Send for TVertex
impl Sync for TVertex
impl Unpin for TVertex
impl UnwindSafe for TVertex
Blanket Implementations§
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