Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::math::geometry Namespace Reference

Namespaces

namespace  utils
 

Classes

struct  Area
 
struct  Point2d
 
struct  Point3d
 

Functions

std::ostream & operator<< (std::ostream &os, const Point2d &point)
 
std::ostream & operator<< (std::ostream &os, const Point3d &point)
 
template<typename T >
requires std::is_same_v<T, iv::math::geometry::Point2d> || std::is_same_v<T, iv::math::geometry::Point3d>
float * toArrayOfFloats (const std::vector< T > &v)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & iv::math::geometry::operator<< ( std::ostream & os,
const Point2d & point )

◆ operator<<() [2/2]

std::ostream & iv::math::geometry::operator<< ( std::ostream & os,
const Point3d & point )

◆ toArrayOfFloats()

template<typename T >
requires std::is_same_v<T, iv::math::geometry::Point2d> || std::is_same_v<T, iv::math::geometry::Point3d>
float * iv::math::geometry::toArrayOfFloats ( const std::vector< T > & v)