Divider(....)
Objects derived from the _Point abstract class, dividing a given geometric object by a given ratio and in accordance with a defined geometric relationship
def Divider
| constructors: |
|
|---|---|
| returns: | a point which divides a geometric object |
class LineDivider
| constructors: |
|
|---|---|
| returns: | point of the given line dividing it so that the length of the segment from the lines 'p1' attribute is in the given ratio with respect to the total length of the line segment . |
| site ref: |
class LineCut
| constructors: |
|
|---|---|
| returns: | a point of the given line dividing it so that the length of the segment from the lines 'p1' attribute is equal to the distance between the 2 point arguments (or length of line2 argument) |
| site ref: |
class CrossPoint
| constructors: |
|
|---|---|
| returns: | the 4th point on the line of the 3 collinear point arguments which determines a cross ratio equal ( equicross ) to that of the 4 collinear point arguments. |
| conditions: | |
| else returns: | None |
| site ref: |
class Harmonic
| constructors: |
|
|---|---|
| returns: | the harmonic conjugate of point1 with respect to point2 and point3. |
| condition: | points collinear |
| else returns: | None |
| site ref: |
class CircumPoint
| constructors: |
|
|---|---|
| returns: | the point on the circle circumference rotated by 'angle' (in radian s) from the circle 'cpoint' attribute. |
| site ref: |