Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DGeometries.h50 CPoint3D() { in CPoint3D() function
54 CPoint3D(float xx, float yy, float zz) { in CPoint3D() function
H A DOpenGLGraphics.cpp2325 void DashedQuadFromLine(const CPoint3D& pt1, in DashedQuadFromLine()