Struct hagane_simd::vector::double3 [] [src]

#[repr(C)] #[repr(simd)]
pub struct double3(pub f64, pub f64, pub f64);

Methods

impl double3
[src]

Trait Implementations

impl Vector for double3
[src]

impl Cross for double3
[src]

impl Dot<double3> for double3
[src]

impl Float for double3
[src]

SIGN_MASK: i64 = std::i64::MAX

impl Geometry for double3
[src]

impl Copy for double3
[src]

impl Clone for double3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for double3
[src]

Formats the value using the given formatter.

impl Add<double3> for double3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<f64> for double3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<double3> for double3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<f64> for double3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<double3> for double3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f64> for double3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<double3> for double3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<f64> for double3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for double3
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for double3
[src]

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

This method tests for !=.

impl From<isize> for double3
[src]

Performs the conversion.