msfs::sys

Type Alias NVGvertex

Source
pub type NVGvertex = FsVertex;

Aliased Type§

struct NVGvertex {
    pub x: f32,
    pub y: f32,
    pub u: f32,
    pub v: f32,
}

Fields§

§x: f32§y: f32§u: f32§v: f32

Trait Implementations

Source§

impl Clone for FsVertex

Source§

fn clone(&self) -> FsVertex

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 Debug for FsVertex

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for FsVertex