Core.Math.Algebra.Vector (Visera.Core.Math.Algebra.Vector)¶
Core.Math.Algebra.Vector provides vector types (e.g. 2/3/4D float or int) and operations: add, subtract, scale, dot, cross, normalize, length, etc. For position, normal, color, UV, transform; used with Geometry, Color; typically with Matrix and Quaternion for transforms.
See also¶
- Algebra — Parent module
- Matrix — Matrix and linear transform
- Geometry.Point — Geometry point type