Type Definition vector2math::simd::f32x2[][src]

type f32x2 = Simd<[f32; 2]>;
This is supported on crate feature simd only.

A 64-bit vector with 2 f32 lanes.

Trait Implementations

impl Vector2 for f32x2[src]

type Scalar = f32

The scalar type