예제 #1
0
파일: splines.cpp 프로젝트: PNCG/neuron
void SF_ClosedBSpline::getExtent (
    float& l, float& b, float& cx, float& cy, float& tol, Graphic* gs
) {
    s_getExtent(l, b, cx, cy, tol, gs);
}
예제 #2
0
파일: lines.c 프로젝트: barak/ivtools-cvs
void SF_MultiLine::getExtent (
    float& l, float& b, float& cx, float& cy, float& tol, Graphic* gs
) {
    s_getExtent(l, b, cx, cy, tol, gs);
}