guillaume 1.0.0
Guillaume is a component-based UI framework library built around a primitive rendering system. It's designed for building user interfaces across XR platforms and traditional platforms with custom rendering backends and input handling. The framework is lightweight, flexible, and easy to integrate into existing projects.
Loading...
Searching...
No Matches
Vector< Type, Dimension > Member List

This is the complete list of members for Vector< Type, Dimension >, including all inherited members.

dot(const Vector &other) constVector< Type, Dimension >inline
magnitude() constVector< Type, Dimension >inline
normalize() constVector< Type, Dimension >inline
operator*(Type scalar) constVector< Type, Dimension >inline
operator+(const Vector &other) constVector< Type, Dimension >inline
operator-(const Vector &other) constVector< Type, Dimension >inline
operator[](size_t index)Vector< Type, Dimension >inline
operator[](size_t index) constVector< Type, Dimension >inline
size() constVector< Type, Dimension >inline
Vector()Vector< Type, Dimension >inline
Vector(std::initializer_list< Type > values)Vector< Type, Dimension >inline