Skip to main content

helios/math/_module.ixx File

Module exports for mathematical types and utilities. More...

Included Headers

Description

Module exports for mathematical types and utilities.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Module exports for mathematical types and utilities.
4 */
5
6/**
7 * @brief Mathematical operations and types module.
8 *
9 * @details This module provides comprehensive mathematical functionality including
10 * vector and matrix types, transformation utilities, mathematical concepts,
11 * and utility functions for 3D graphics and game framework computations.
12 */
13export module helios.math;
14
15export import helios.math.TransformType;
16export import helios.math.types;
17export import helios.math.transform;
18export import helios.math.utils;
19export import helios.math.concepts;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.