Struct i2csensors::Vec3 [] [src]

pub struct Vec3 {
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

Fields

Methods

impl Vec3
[src]

Trait Implementations

impl Debug for Vec3
[src]

Formats the value using the given formatter.

impl Add for Vec3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for Vec3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f32> for Vec3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f32> for Vec3
[src]

The resulting type after applying the / operator

The method for the / operator