Struct collada::Vertex
[-] [+]
[src]
pub struct Vertex { pub x: f64, pub y: f64, pub z: f64, }
A single 3-dimensional point on the corner of an object.
Fields
x | |
y | |
z |
pub struct Vertex { pub x: f64, pub y: f64, pub z: f64, }
A single 3-dimensional point on the corner of an object.
x | |
y | |
z |
impl Debug for Vertex
impl Copy for Vertex
impl Clone for Vertex
fn clone(&self) -> Vertex
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
).