Struct wkwrap::vec::Vec3 [] [src]

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

Fields

Methods

impl Vec3
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> From<&'a Vec3> for Morton
[src]

[src]

Performs the conversion.

impl From<Morton> for Vec3
[src]

[src]

Performs the conversion.

impl Copy for Vec3
[src]

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 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. Read more

impl From<Vec3> for Box3
[src]

[src]

Performs the conversion.

impl Add<Vec3> for Vec3
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Add<u32> for Vec3
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Add<Vec3> for Box3
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<Vec3> for Vec3
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Sub<u32> for Vec3
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Sub<Vec3> for Box3
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul<Vec3> for Vec3
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<u32> for Vec3
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<Vec3> for Box3
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div<Vec3> for Vec3
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<u32> for Vec3
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<Vec3> for Box3
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Rem<Vec3> for Vec3
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Rem<u32> for Vec3
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Rem<Vec3> for Box3
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Shl<Vec3> for Vec3
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<u32> for Vec3
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<Vec3> for Box3
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<Vec3> for Vec3
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<u32> for Vec3
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<Vec3> for Box3
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl From<u32> for Vec3
[src]

[src]

Performs the conversion.

impl PartialOrd for Vec3
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

impl Send for Vec3

impl Sync for Vec3