Infinity Engine v0.6.20
C++ API Documentation
Loading...
Searching...
No Matches
Point.hpp
1// INFINITY_API_PUBLIC
2
3#pragma once
4
5#include <Infinity/Types/Core/Value.hpp>
6#include <Infinity/Types/Containers/Array.hpp>
7#include <Infinity/Types/Math/Vector2.hpp>
8#include <Infinity/Types/Math/Vector3.hpp>
9
108
109// Type registration for point arrays
Dynamic contiguous container for homogeneous elements in the Infinity type system.
Definition Array.hpp:77
Template wrapper for primitive types to integrate with the Infinity type system.
Definition Value.hpp:89
Definition Point.hpp:11