Library of Assembled Shared Sources
|
3D Point More...
#include <point_3d.h>
Related Symbols | |
(Note that these are not member symbols.) | |
template<typename T> | |
Point3D< T >::TValue | distance (const Point3D< T > &a, const Point3D< T > &b) |
return the distance between two points | |
template<typename T> | |
Point3D< T > | pointwiseMin (const Point3D< T > &a, const Point3D< T > &b) |
return a point with, for each coordinate, the minimum value of a and b | |
template<typename T> | |
Point3D< T > | lerp (const Point3D< T > &a, const Point3D< T > &b, typename Point3D< T >::TParam t) |
interpolate linearly between two points: a + t * (b - a) | |
template<typename T> | |
Point3D< T > | pointwiseMax (const Point3D< T > &a, const Point3D< T > &b) |
return a point with, for each coordinate, the maximum value of a and b | |
3D Point
Definition at line 70 of file point_3d.h.