Expand description
Real and projective vectors.
TODO
Structs§
- Vector
- A generic vector type. Represents an element of a vector space or a module, a generalization of a vector space where the scalars can be integers (technically, the scalar type can be any ring-like type).
Functions§
- splat
- Returns a vector with all components equal to a scalar.
- vec2
- Returns a real 2-vector with components
xandy. - vec3
- Returns a real 3-vector with components
x,y, andz.