Struct bgjk::Vec3 [] [src]

pub struct Vec3(pub f32, pub f32, pub f32);

Vector for use in the bgjk function

Trait Implementations

impl Clone for Vec3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vec3
[src]

impl Debug for Vec3
[src]

Formats the value using the given formatter.

impl Default for Vec3
[src]

Returns the "default value" for a type. Read more

impl Eq for Vec3
[src]

impl PartialEq for Vec3
[src]

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

This method tests for !=.

impl Sub for Vec3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Neg for Vec3
[src]

The resulting type after applying the - operator

The method for the unary - operator