Crate vectory[−][src]
Structs
| V2xu8 | A 2D vector type with elements of type |
| V3xi32 | A 3D vector type with elements of type |
| V4xf64 | A 4D vector type with elements of type |
| 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. |