Lines Matching full:points
64 /** Given 3 points on a quadratic bezier, chop it into 1, 2 beziers such that
73 /** Given 3 points on a quadratic bezier, if the point of maximum
79 /** Given 3 points on a quadratic bezier, divide it into 2 quadratics
88 /** Given 3 points on a quadratic bezier, use degree elevation to
132 /** Given 4 points on a cubic bezier, chop it into 1, 2, 3 beziers such that
144 inflection points.
149 inflection point, 3 for having chopped at 2 inflection points.
372 * Given a conic and a tolerance, return the array of points for the
374 * represented in these points.
376 * The quads are allocated to share end-points. e.g. if there are 4 quads,
377 * there will be 9 points allocated as follows