FVec3

Type Alias FVec3 

Source
pub type FVec3 = Vector<3, f32, Simd>;
Expand description

A 3D vector of f32 elements.

This is a type alias for Vector<3, f32, Simd>. This type may be SIMD-aligned to use performant SIMD instructions.

Aliased Typeยง

pub struct FVec3(/* private fields */);