Struct footile::Vec3 [] [src]

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

3-dimensional vector

Fields

Methods

impl Vec3
[src]

[src]

Create a new Vec3

[src]

Find the midpoint between two Vec3

Trait Implementations

impl Clone for Vec3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Vec3
[src]

impl PartialEq for Vec3
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Vec3
[src]

[src]

Formats the value using the given formatter.