Skip to main content

helios/math/types/_module.ixx File

Module exports for vector and matrix type definitions. More...

Included Headers

Description

Module exports for vector and matrix type definitions.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Module exports for vector and matrix type definitions.
4 */
5
6/**
7 * @brief Vector and matrix type definitions.
8 *
9 * @details This module provides fundamental mathematical types including 2D, 3D,
10 * and 4D vectors, as well as 4x4 matrices used for graphics transformations
11 * and spatial computations.
12 */
13export module helios.math.types;
14
15export import :mat4;
16export import :vec2;
17export import :vec3;
18export import :vec4;
19export import :aabb;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.