Home
last modified time | relevance | path

Searched refs:point3D (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/numeric/odeint/examples/
Dlorenz_point.cpp21 class point3D : class
22 boost::additive1< point3D ,
23 boost::additive2< point3D , double ,
24 boost::multiplicative2< point3D , double > > >
30 point3D() in point3D() function in point3D
34 point3D( const double val ) in point3D() function in point3D
38 point3D( const double _x , const double _y , const double _z ) in point3D() function in point3D
42 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 …]
/third_party/boost/libs/numeric/odeint/doc/
Ddetails_state_types_algebras_operations.qbk420 As example we define a new class `point3D` representing a three-dimensional
426 [point3D]
429 operators like `operator+( point3D , point3D )` because that is taken care of
460 example with `point3D`, you have to manually configure the right