Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dplane.cpp60 static object_methods plane_methods = { (void (*)(void *, void *))(plane_intersect), variable
70 p->methods = &plane_methods; in newplane()