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 TVerteximpl Copy for TVerteximpl Clone for TVertexfn clone(&self) -> TVertexfn 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).