Uses of Class
RTC.Point3D

Packages that use Point3D
RTC   
 

Uses of Point3D in RTC
 

Fields in RTC declared as Point3D
 Point3D TimedPoint3D.data
           
 Point3D PointCloudPoint.point
           
 Point3D Pose3D.position
           
 Point3D Point3DHolder.value
           
 

Methods in RTC that return Point3D
static Point3D Point3DHelper.extract(org.omg.CORBA.Any a)
           
static Point3D Point3DHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type Point3D
static void Point3DHelper.insert(org.omg.CORBA.Any a, Point3D that)
           
static void Point3DHelper.write(org.omg.CORBA.portable.OutputStream ostream, Point3D value)
           
 

Constructors in RTC with parameters of type Point3D
Point3DHolder(Point3D initialValue)
           
PointCloudPoint(Point3D _point, RGBColour _colour)
           
Pose3D(Point3D _position, Orientation3D _orientation)
           
TimedPoint3D(Time _tm, Point3D _data)