Adds a truncated cone with the given height, base width x, base width y, top width x, and top width y centered
on the origin of the current coordinate system.
Adds a truncated cone with the given height, base width x, base width y, top width x,
top width y, and appearance centered on the origin of the current coordinate system.
arePointsInOrderColinear: This returns true if:
middle point is epsilon close to start or end
Otherwise:
if the start is epsilon close to the end, return false
if |(start to middle unit vector) dot with (start to end unit vector) - 1| > epsilon
return false
else return true
arePointsInOrderColinear: This returns true if:
middle point is epsilon close to start or end
Otherwise:
if the start is epsilon close to the end, return false
if |(start to middle unit vector) dot with (start to end unit vector) - 1| > epsilon
return false
else return true