Home
last modified time | relevance | path

Searched defs:trpg3dPoint (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A Dtrpage_io.h288 trpg3dPoint(void) : x(0.0),y(0.0),z(0.0) { }; in trpg3dPoint() function
289 trpg3dPoint(double in_x,double in_y,double in_z) {x = in_x; y = in_y; z = in_z;} in trpg3dPoint() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/
H A Dtrpage_io.h288 trpg3dPoint(void) { }; in trpg3dPoint() function
289 trpg3dPoint(double in_x,double in_y,double in_z) {x = in_x; y = in_y; z = in_z;} in trpg3dPoint() function