クラス
RTC.Vector2D の使用

Vector2D を使用しているパッケージ
RTC   
 

RTC での Vector2D の使用
 

Vector2D として宣言されている RTC のフィールド
 Vector2D TimedVector2D.data
           
 Vector2D CameraInfo.focalLength
           
 Vector2D Vector2DHolder.value
           
 

Vector2D を返す RTC のメソッド
static Vector2D Vector2DHelper.extract(org.omg.CORBA.Any a)
           
static Vector2D Vector2DHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Vector2D 型のパラメータを持つ RTC のメソッド
static void Vector2DHelper.insert(org.omg.CORBA.Any a, Vector2D that)
           
static void Vector2DHelper.write(org.omg.CORBA.portable.OutputStream ostream, Vector2D value)
           
 

Vector2D 型のパラメータを持つ RTC のコンストラクタ
CameraInfo(Vector2D _focalLength, Point2D _principalPoint, double _k1, double _k2, double _p1, double _p2)
           
TimedVector2D(Time _tm, Vector2D _data)
           
Vector2DHolder(Vector2D initialValue)