OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Typedefs
Point.h File Reference
#include "Vec.h"

Typedefs

template<class T >
using Point = Vec2< T >
 
using Pointi = Point< int >
 

Typedef Documentation

◆ Point

template<class T >
using Point = Vec2<T>

◆ Pointi

using Pointi = Point<int>