Belongs? Working with sets? See belongs? (lists) Checks if a point belongs to a figure. Syntax belongs?(Point, Line) belongs?(Point, Circumference) belongs?(Point, Triangle) belongs?(Point, Conic) belongs?(Point, Segment) belongs?(Point, Arc) Description belongs?(Point, Line) Given a point and a line, returns true if the point belongs to the figure, and false otherwise. belongs?(Point, Circumference) Given a point and a circumference, returns true if the point belongs to the figure, and false otherwise. belongs?(Point, Triangle) Given a point and a triangle, returns true if the point belongs to the figure, and false otherwise. belongs?(Point, Conic) Given a point and a conic, returns true if the point belongs to the figure, and false otherwise. belongs?(Point, Segment) Given a point and a segment, returns true if the point belongs to the figure, and false otherwise. belongs?(Point, Arc) Given a point and an arc, returns true if the point belongs to the figure, and false otherwise. Related functions Distance, Intersect Table of Contents Syntax Description Related functions