PointArray(...)
Objects derived from the _PointArray abstract class, representing an array of points with determined positions in space
def PointArray
| constructors: |
|
|---|---|
| returns: | An instance of an object derived from the _PointArray abstract class, representing an array of points with determined positions in space |
class PointPencil
| constructors: |
|
|---|---|
| returns: | array of equidistant points on a line, or line segment between the lines p1 and p2 arguements is keywoes "seg" = True |
| site ref: |
class CirclingPencil
| constructors: |
|
|---|---|
| returns: | array of points determined as the intersection of the given array of lines and the given line |
| conditions: | line and line array are coplanar |
| else returns: | None |
| site ref: |
class CirclePoints
| constructors: |
|
|---|---|
| returns: | array of equidistant points on a given circle |
| site ref: |
class ArrayIntersect
| constructors: |
|
|---|---|
| returns: | array of points determined as the intersection of the given arrays of lines |
| conditions: | line arrays are coplanar |
| else returns: | None |
| site ref: |
class Harmonics
| constructors: |
|
|---|---|
| returns: | array of points harmoinc to the given array, with respect to the given point arguments |
| site ref: |
class GrowthMeasure
| constructors: |
|
|---|---|
| returns: | an array of points of the line of the given points with any 2 successive points having a cross ratio equal to that of point3 and point4 with respect to point1 and point2 |
| conditions: | points are coplanar; points are distinct |
| else returns: | None; None |
| site ref: |
class Conic
| constructors: |
|
|---|---|
| returns: | array of points on the conic determined by the 5 points |
| conditions: | points are coplanar; points are distinct, no 3 points are collinear |
| else returns: | None; None; undefined |
| site ref: |
class CorrelationPoints
| constructors: |
|
|---|---|
| returns: | array of poles of the lines of the line array with respect to the given conic |
| conditions: | line arrray and conic are coplanar |
| else returns: | undefined |
| site ref: |
class PlanePoints
| constructors: |
|
|---|---|
| returns: | array of points of intersection of the lines of the line_array with the given plane |
| conditions: | line arrray anot on plane |
| else returns: | undefined |
| site ref: |