A ray defined by an origin and a direction. [詳細]
#include <geometry.h>
Public メソッド | |
ray () | |
ray (const RaveVector< T > &_pos, const RaveVector< T > &_dir) | |
Public 変数 | |
RaveVector< T > | pos |
RaveVector< T > | dir |
A ray defined by an origin and a direction.
geometry.h の 628 行で定義されています。
|
inline |
geometry.h の 631 行で定義されています。
|
inline |
geometry.h の 633 行で定義されています。
RaveVector<T> OpenRAVE::geometry::ray< T >::dir |
geometry.h の 635 行で定義されています。
RaveVector<T> OpenRAVE::geometry::ray< T >::pos |
geometry.h の 635 行で定義されています。