Ocean
Loading...
Searching...
No Matches
Geometry.h File Reference

Go to the source code of this file.

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 
namespace  Ocean::Geometry
 Namespace of the Geometry library.
 

Typedefs

typedef Vector2 Ocean::Geometry::ImagePoint
 Definition of a 2D image point.
 
typedef Vector3 Ocean::Geometry::ObjectPoint
 Definition of a 3D object point.
 
typedef std::vector< ImagePointOcean::Geometry::ImagePoints
 Definition of a vector holding 2D image points.
 
typedef std::vector< ObjectPointOcean::Geometry::ObjectPoints
 Definition of a vector holding 3D object points.
 
typedef std::vector< ObjectPointsOcean::Geometry::ObjectPointGroups
 Definition of a vector holding object points, so we have groups of object points.
 
typedef std::vector< ImagePointsOcean::Geometry::ImagePointGroups
 Definition of a vector holding image points, so we have groups of image points.