Skip to main content

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.

calc.bisector1.calc.png
calc.bisector1.plotter0.calc.png

Given two vectors, returns the bisector vector.

calc.bisector2.calc.png

Given a triangle and an integer n, returns the bisector line of the nn-th vertex.

calc.bisector3_1.calc.png
calc.bisector3_1.plotter0.calc.png
calc.bisector3_2.calc.png
calc.bisector3_2.plotter0.calc.png

Given three points that generate two lines, returns the bisector line.

calc.bisector4.calc.png
calc.bisector4.plotter0.calc.png