Center(....)
Objects derived from the _Point abstract class, with its position in space determined as a geometric center of a given geometric object
def Center
constructors: |
|
---|---|
returns: | a point instance determined as a geometric center in reference to its arguments |
site ref: |
class CircumCenter
constructors: |
|
---|---|
returns: | the circumcenter (center of the circumcircle) of a triangle. |
conditions: | points distinct |
else returns: | undefined |
site ref: |
class OrthoCenter
constructors: |
|
---|---|
returns: | the orthocenter (intersection of the three altitude s), of a triangle |
conditions: | points distinct |
else returns: | undefined |
site ref: |
class Centroid
constructors: |
|
---|---|
conditions: | points distinct |
else returns: | the LineDivider with ratio=1/3 |
returns: | the triangle centroid (center of mass) of a triangle |
site ref: |
class InCenter
constructors: |
|
---|---|
returns: | |
conditions: | points distinct |
else returns: | undefined |
site ref: |
class ExCenter
constructors: |
|
---|---|
returns: | an excenter, (center of one of the 3 excircle s) of a triangle |
conditions: | points distinct |
else returns: | undefined |
site ref: |
class TetraCenter
constructors: |
|
---|---|
returns: | the center of circumsphere of the (possibly irregular) tetrahedron defined by four points |
conditions: | points distinct |
else returns: | undefined |
site ref: |