Home | History | Annotate | Download | only in css

Lines Matching defs:slope

616     float slope = tan(deg2rad(90 - angleDeg));
618 // We find the endpoint by computing the intersection of the line formed by the slope,
620 float perpendicularSlope = -1 / slope;
637 float endX = c / (slope - perpendicularSlope);