Lines Matching defs:shape
110 T shape, other;121 p = shape.pointAt(t);122 c = shape.valueAt(t, X);123 ivec = shape.intersect(other);124 t = shape.nearestTime(p);125 shape *= tr;126 ac = shape;128 bool_ = (shape == shape);129 bool_ = (shape != other);130 bool_ = shape.isDegenerate();131 //bool_ = are_near(shape, other, c);