Crate vectory[][src]

Structs

V2xu8

A 2D vector type with elements of type u8.

V3xi32

A 3D vector type with elements of type i32.

V4xf64

A 4D vector type with elements of type f64.

Vec2

A generic 2D vector type that represented by tuple struct.

Vec3

A generic 3D vector type that represented by named struct.

Vec4

A generic 4D vector type that represented by named struct.