Path: Math/Geometry
% Merge two angular ranges. Returns the intersection. Type MergeAngleRange for a demo -------------------------------------------------------------------------- Form: range = MergeAngleRange( range1, range2 ) -------------------------------------------------------------------------- ------ Inputs ------ range1 (1,2) First angular range (rad) range2 (1,2) Next angular range (rad) ------- Outputs ------- range (1,2) Merged range (rad) --------------------------------------------------------------------------
Common: Graphics/PlotAngleRange Math: Geometry/InsideAngleRange
Back to the Math Module page