Trax3 3.1.0
trax track library
Loading...
Searching...
No Matches
Spatial.h
1// trax track library
2// AD 2015
3//
4// "Pure Vernunft darf niemals siegen"
5//
6// Tocotronic
7//
8// Copyright (c) 2025 Trend Redaktions- und Verlagsgesellschaft mbH
9// Copyright (c) 2019 Marc-Michael Horstmann
10//
11// Permission is hereby granted to any person obtaining a copy of this software
12// and associated source code (the "Software"), to use, view, and study the
13// Software for personal or internal business purposes, subject to the following
14// conditions:
15//
16// 1. Redistribution, modification, sublicensing, or commercial use of the
17// Software is NOT permitted without prior written consent from the copyright
18// holder.
19//
20// 2. The Software is provided "AS IS", without warranty of any kind, express
21// or implied.
22//
23// 3. All copies of the Software must retain this license notice.
24//
25// For further information, please contact: horstmann.marc@trendverlag.de
26
27#pragma once
28
46
47
50namespace spat{
51}
52
53#include "Box.h"
54#include "Frame.h"
55#include "Matrix.h"
56#include "Position.h"
57#include "Position2D.h"
58#include "PositionH.h"
59#include "Rect.h"
60#include "Sphere.h"
61#include "Vector.h"
62#include "Vector2D.h"
63#include "VectorBundle.h"
64#include "VectorBundle2.h"
65
66
67
The namespace provides classes and methods for spatial computations.
Definition Box.h:32