Searched refs:point3D (Results 1 – 2 of 2) sorted by relevance
21 class point3D : class22 boost::additive1< point3D ,23 boost::additive2< point3D , double ,24 boost::multiplicative2< point3D , double > > >30 point3D() in point3D() function in point3D34 point3D( const double val ) in point3D() function in point3D38 point3D( const double _x , const double _y , const double _z ) in point3D() function in point3D42 point3D& operator+=( const point3D &p ) in operator +=()48 point3D& operator*=( const double a ) in operator *=()59 point3D operator/( const point3D &p1 , const point3D &p2 ) in operator /()[all …]
420 As example we define a new class `point3D` representing a three-dimensional426 [point3D]429 operators like `operator+( point3D , point3D )` because that is taken care of460 example with `point3D`, you have to manually configure the right