Searched refs:xyPts (Results 1 – 3 of 3) sorted by relevance
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/ |
H A D | XYFunctionInterface.cpp | 424 xyPts->append(XYPoint(x[aIndex], y[aIndex])); in renderAsLineSegments() 425 xyPts->append(XYPoint(x[aIndex+1], y[aIndex])); in renderAsLineSegments() 426 xyPts->append(XYPoint(x[aIndex+1], y[aIndex+1])); in renderAsLineSegments() 428 xyPts->append(XYPoint(x[aIndex], y[aIndex])); in renderAsLineSegments() 429 xyPts->append(XYPoint(x[aIndex+1], y[aIndex+1])); in renderAsLineSegments() 449 xyPts->append(XYPoint(x[aIndex], y[aIndex])); in renderAsLineSegments() 450 xyPts->append(XYPoint(x[aIndex], y[aIndex+1])); in renderAsLineSegments() 451 xyPts->append(XYPoint(x[aIndex+1], y[aIndex+1])); in renderAsLineSegments() 453 xyPts->append(XYPoint(x[aIndex], y[aIndex])); in renderAsLineSegments() 454 xyPts->append(XYPoint(x[aIndex+1], y[aIndex+1])); in renderAsLineSegments() [all …]
|
H A D | SegmentedQuinticBezierToolkit.cpp | 194 xyPts(0,0) = x0; in calcQuinticBezierCornerControlPoints() 195 xyPts(0,1) = y0; in calcQuinticBezierCornerControlPoints() 223 xyPts(1,0) = x0 + curviness*(xC-xyPts(0,0)); in calcQuinticBezierCornerControlPoints() 224 xyPts(1,1) = y0 + curviness*(yC-xyPts(0,1)); in calcQuinticBezierCornerControlPoints() 225 xyPts(2,0) = xyPts(1,0); in calcQuinticBezierCornerControlPoints() 226 xyPts(2,1) = xyPts(1,1); in calcQuinticBezierCornerControlPoints() 229 xyPts(3,0) = xyPts(5,0) + curviness*(xC-xyPts(5,0)); in calcQuinticBezierCornerControlPoints() 230 xyPts(3,1) = xyPts(5,1) + curviness*(yC-xyPts(5,1)); in calcQuinticBezierCornerControlPoints() 231 xyPts(4,0) = xyPts(3,0); in calcQuinticBezierCornerControlPoints() 232 xyPts(4,1) = xyPts(3,1); in calcQuinticBezierCornerControlPoints() [all …]
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/Test/ |
H A D | testSmoothSegmentedFunctionFactory.cpp | 821 SimTK::Matrix xyPts = SegmentedQuinticBezierToolkit:: in sampleBezierCornerGeneration() local 825 cout << xyPts << endl; in sampleBezierCornerGeneration()
|