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

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

A 128-bit vector with 2 f64 lanes.

Trait Implementations

impl Vector2 for f64x2[src]

type Scalar = f64

The scalar type