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.
|
This is the complete list of members for Vector< Type, Dimension >, including all inherited members.
dot(const Vector &other) const | Vector< Type, Dimension > | inline |
magnitude() const | Vector< Type, Dimension > | inline |
normalize() const | Vector< Type, Dimension > | inline |
operator*(Type scalar) const | Vector< Type, Dimension > | inline |
operator+(const Vector &other) const | Vector< Type, Dimension > | inline |
operator-(const Vector &other) const | Vector< Type, Dimension > | inline |
operator[](size_t index) | Vector< Type, Dimension > | inline |
operator[](size_t index) const | Vector< Type, Dimension > | inline |
size() const | Vector< Type, Dimension > | inline |
Vector() | Vector< Type, Dimension > | inline |
Vector(std::initializer_list< Type > values) | Vector< Type, Dimension > | inline |