Bisector A bisector cuts an object into two equal parts. Syntax bisector(Plane, Plane) bisector(Vector, Vector) bisector(Triangle, Integer) bisector(Point, Point, Point) Description bisector(Plane, Plane) Given two planes, returns the bisector plane. bisector(Vector, Vector) Given two vector, returns the bisector vector. bisector(Triangle, Integer) Given a triangle and an integer , returns the bisector line of the -th vertex. bisector(Point, Point, Point) Given three points that generate two lines, returns the bisector line. Related functions Exterior bisector Table of Contents Syntax Description Related functions