Limbo 3.5.4
Loading...
Searching...
No Matches
limbo::geometry::coordinate_traits< int > Struct Reference

specialization for default integer type More...

#include <Geometry.h>

Public Types

typedef int coordinate_type
typedef long area_type
typedef long manhattan_area_type
typedef unsigned long unsigned_area_type
typedef long coordinate_difference
typedef long coordinate_distance

Detailed Description

specialization for default integer type

Definition at line 150 of file Geometry.h.

Member Typedef Documentation

◆ area_type

typedef long limbo::geometry::coordinate_traits< int >::area_type

Definition at line 154 of file Geometry.h.

◆ coordinate_difference

typedef long limbo::geometry::coordinate_traits< int >::coordinate_difference

Definition at line 158 of file Geometry.h.

◆ coordinate_distance

typedef long limbo::geometry::coordinate_traits< int >::coordinate_distance

Definition at line 160 of file Geometry.h.

◆ coordinate_type

typedef int limbo::geometry::coordinate_traits< int >::coordinate_type

Definition at line 153 of file Geometry.h.

◆ manhattan_area_type

typedef long limbo::geometry::coordinate_traits< int >::manhattan_area_type

Definition at line 156 of file Geometry.h.

◆ unsigned_area_type

typedef unsigned long limbo::geometry::coordinate_traits< int >::unsigned_area_type

Definition at line 157 of file Geometry.h.


The documentation for this struct was generated from the following file: