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
Given two planes, returns the bisector plane.
Given two vectors, returns the bisector vector.
Given a triangle and an integer , returns the bisector line of the -th vertex.
Given three points that generate two lines, returns the bisector line.