Momentum Scripting v1
Loading...
Searching...
No Matches
momentum_types.h
1/*
2Copyright 2007-2025. Algoryx Simulation AB.
3
4All AGX source code, intellectual property, documentation, sample code,
5tutorials, scene files and technical white papers, are copyrighted, proprietary
6and confidential material of Algoryx Simulation AB. You may not download, read,
7store, distribute, publish, copy or otherwise disseminate, use or expose this
8material without having a written signed agreement with Algoryx Simulation AB.
9
10Algoryx Simulation AB disclaims all responsibilities for loss or damage caused
11from using this software, unless otherwise stated in written agreements with
12Algoryx Simulation AB.
13*/
14
15#ifndef MOMENTUM_TYPES_H
16#define MOMENTUM_TYPES_H
17
18#include "momentum_namespace.h"
19#include "momentum_export.h"
20
21#include <utility>
22
23namespace MOMENTUM_NAMESPACE
24{
25 typedef std::pair<double,double> RangeReal;
26} // namespace momentum
27
28
29
30#endif
Namespace for Momentum Scripting API.
Definition: AffineMatrix4x4.h:29
std::pair< double, double > RangeReal
Definition: momentum_types.h:25