|
Rumba C++ SDK
|
#include <ImathLine.h>
Public Member Functions | |
| Line3 () | |
| Line3 (const Vec3< T > &point1, const Vec3< T > &point2) | |
| void | set (const Vec3< T > &point1, const Vec3< T > &point2) |
| Vec3< T > | operator() (T parameter) const |
| T | distanceTo (const Vec3< T > &point) const |
| T | distanceTo (const Line3< T > &line) const |
| Vec3< T > | closestPointTo (const Vec3< T > &point) const |
| Vec3< T > | closestPointTo (const Line3< T > &line) const |
Public Attributes | |
| Vec3< T > | pos |
| Vec3< T > | dir |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Vec3<T> Imath::Line3< T >::dir |
| Vec3<T> Imath::Line3< T >::pos |