Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.cpp555 vector pnt1, pnt2; in GetFCylinder() local
563 rc |= GetVector(dfile, &pnt2); in GetFCylinder()
566 axis.x = pnt2.x - pnt1.x; in GetFCylinder()
567 axis.y = pnt2.y - pnt1.y; in GetFCylinder()
568 axis.z = pnt2.z - pnt1.z; in GetFCylinder()