port/mars-tycoon
Last change
on this file since 7ef8ec4 was 80a6a52, checked in by Jonathan Neufeld <support@…>, 3 years ago |
Get to a compile state for terrain procedural generation
|
-
Property mode
set to
100644
|
File size:
288 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #include "mars_linalg.h"
|
---|
4 |
|
---|
5 | template <typename T>
|
---|
6 | struct VectorTag
|
---|
7 | {
|
---|
8 | typedef T Precision;
|
---|
9 |
|
---|
10 | typedef mars::vector3D <T> V3;
|
---|
11 | typedef mars::vector2D <T> V2;
|
---|
12 | typedef mars::CylindricalCoords <T> CC;
|
---|
13 | typedef mars::SphericalCoords <T> SphC;
|
---|
14 | typedef mars::PolarCoords <T> PC;
|
---|
15 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.