Struct collada::TVertex
[-] [+]
[src]
pub struct TVertex { pub x: f64, pub y: f64, }
A single 2-dimensional point on a texture. "Texure Vertex".
Fields
x | |
y |
pub struct TVertex { pub x: f64, pub y: f64, }
A single 2-dimensional point on a texture. "Texure Vertex".
x | |
y |
impl Debug for TVertex
impl Copy for TVertex
impl Clone for TVertex
fn clone(&self) -> TVertex
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).