Go to the source code of this file.
|
| template<typename T > |
| TPoint1< T > | mitsuba::operator* (T f, const TPoint1< T > &v) |
| |
| template<typename T > |
| T | mitsuba::distance (const TPoint1< T > &p1, const TPoint1< T > &p2) |
| |
| template<typename T > |
| T | mitsuba::distanceSquared (const TPoint1< T > &p1, const TPoint1< T > &p2) |
| |
| template<typename T > |
| TPoint2< T > | mitsuba::operator* (T f, const TPoint2< T > &v) |
| |
| template<typename T > |
| T | mitsuba::distance (const TPoint2< T > &p1, const TPoint2< T > &p2) |
| |
| template<typename T > |
| T | mitsuba::distanceSquared (const TPoint2< T > &p1, const TPoint2< T > &p2) |
| |
| template<typename T > |
| TPoint3< T > | mitsuba::operator* (T f, const TPoint3< T > &v) |
| |
| template<typename T > |
| T | mitsuba::distance (const TPoint3< T > &p1, const TPoint3< T > &p2) |
| |
| template<typename T > |
| T | mitsuba::distanceSquared (const TPoint3< T > &p1, const TPoint3< T > &p2) |
| |
| template<typename T > |
| TPoint4< T > | mitsuba::operator* (T f, const TPoint4< T > &v) |
| |
| template<typename T > |
| T | mitsuba::distance (const TPoint4< T > &p1, const TPoint4< T > &p2) |
| |
| template<typename T > |
| T | mitsuba::distanceSquared (const TPoint4< T > &p1, const TPoint4< T > &p2) |
| |
| #define __MITSUBA_CORE_POINT_H_ |