Struct hagane_simd::vector::float3 [] [src]

#[repr(C)] #[repr(simd)]
pub struct float3(pub f32, pub f32, pub f32);

Methods

impl float3
[src]

Trait Implementations

impl Vector for float3
[src]

impl Cross for float3
[src]

impl Dot<float3> for float3
[src]

impl Float for float3
[src]

SIGN_MASK: i32 = std::i32::MAX

impl Geometry for float3
[src]

impl Copy for float3
[src]

impl Clone for float3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for float3
[src]

Formats the value using the given formatter.

impl Add<float3> for float3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<f32> for float3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<float3> for float3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<f32> for float3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<float3> for float3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f32> for float3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<float3> for float3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<f32> for float3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for float3
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for float3
[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 float3
[src]

Performs the conversion.