Struct rfmod::Vector
[−]
[src]
pub struct Vector {
pub x: f32,
pub y: f32,
pub z: f32,
}Structure describing a point in 3D space.
Fields
x: f32
X co-ordinate in 3D space.
y: f32
Y co-ordinate in 3D space.
z: f32
Z co-ordinate in 3D space.
Methods
impl Vector[src]
Trait Implementations
impl Debug for Vector[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Vector[src]
fn clone(&self) -> Vector[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more