Index of the points module
-
m
base.geometry_real.points
...
- objects representing a point in real 3d space
-
m
basepoints
...
- point determined by its coordinates in 3d space
-
C
Point
...
- point fixed at the indicated x,y,z coordinates
-
C
FreePoint
...
- point initially at the indicated x,y,z coordinates that can be picked
and moved freely in space
-
m
antipodals
...
- point determined as antipodal (i.e.'opposite') to a given point in
relation to a given geometric object
-
f
AntiPodal
...
- factory function returns instance a class representing a point of space determined as
antipodal (i.e.'opposite') to a given point in relation to a given geometric object
-
C
LineAntiPodal
...
- point of line segment farthest from the given point of the line
-
C
CircleAntiPodal
...
- point on the given circle diametrically opposite to the given point
-
C
SphereAntiPodal
...
- point on the given sphere diametrically opposite to the given point
-
m
centers
...
- point determined as a defined center of a given geometric object
-
f
Center
...
- factory function returns instance of a class representing a point in space determined
as a defined center of a given geometric object
-
C
TetraCenter
...
- point at center of sphere circumscribing the given 4 points' tetrahedron
-
C
ExCenter
...
- point at center of the circle exscribed opposite 1st point in the
3 points' triangle
-
C
InCenter
...
- point at center of the circle inscribed in the given 3 points' triangle
-
C
OrthoCenter
...
- point of intersection of the altitude of the given 3 points' triangle
-
C
CircumCenter
...
- point at center of the circle circumscribing the given 3 points' triangle
-
C
Centroid
...
- point at center of mass of the given 3 points' triangle
-
m
dividers
...
- point defined in relation to the the division of a given geometic object
in a given ratio or metric
-
f
Divider
...
- factory function returns instance of a class representing a point in space
defined in relation to its division of a given geometic object in a given
ratio or metric
-
C
CrossPoint
...
- point equalizing cross ratio of second 3 point list to first 4 point list
-
C
CircumPoint
...
- point on circle circumference rotated by the given angle
-
C
Harmonic
...
- point that is harmonic conjugate of 1st given point with respect
to succeeding given 2 points
-
C
LineDivider
...
- point dividing the given line segment in the given ratio
-
C
LineCut
...
- point of given line dividing it so the segment equals distance between
given 2 points <or 2nd given line segments endpoints>.
-
m
footpoints
...
- point determined as the perpendicular foot of a given geomeric
object
-
f
Foot
...
- factory function returns instance a class rperesenting a point in space determined
as the perpendicular foot of a given geomeric object
-
C
LineFoot
...
- point *on the **line* at the intersection with the perpendicular to it through
the given point
-
C
PlaneFoot
...
- point on the given plane at the intersection with the perpendicular
to it through the given point
-
m
intersects
...
- point determined as the intersection of given geometric objects
-
f
Intersect
...
- factory function returns instance a class representing a point in space class
determined as the intersection of given geometric objects
-
C
LinesIntersect
...
- point of intersection of 2 given coplanar lines
-
C
PlanesIntersect
...
- point of intersection of 3 given planes
-
C
PlaneLineIntersect
...
- point of intersection of given plane and given line
-
m
inversions
...
- point determined in respect to an inversive relationship with
a given geometric objects
-
f
Inversion
...
- factory function returns instance of a class represenint a point in space
determined in respect to an inversive relationship of given geometric objects
-
C
CirclePole
...
- point polar to given line with respect to a given coplanar circle
-
C
ConicPole
...
- point polar to given line with respect to a given coplanar conic
-
C
SphereInversion
...
- point inverse to given point with respect to a given sphere
-
C
CircleInversion
...
- point inverse to given point with respect to a given coplanar circle
-
C
SpherePole
...
- point polar to given sphere with respect to a given plane
-
m
reflections
...
- point determined as a reflection in a given geometric object
-
f
Reflection
...
- factory function returns instance a class representing a point in space determined as a
reflection of a given point in a given geometric object
-
C
LineReflection
...
- point of reflection of given point in the given line,
on the plane of the line and point
-
C
PlaneReflection
...
- point of reflection of the given point in the given plane
-
m
sliders
...
- point which can be picked and moved, with movement constrained
to a given geometric object
-
f
Slider
...
- factory function returns instance of a classs object representing a point in space
which can be interactively picked, with movement constrained to a given geometric object
-
C
CircleSlider
...
- point which can be picked and moved, with movement constrained to
given circle
-
C
LineSlider
...
- point that can be picked and moved, with movement constrained
to given line
-
C
SphereSlider
...
- point which can be picked and moved, with movement constrained to
given sphere
-
C
PlaneSlider
...
- point which can be picked and moved, with movement constrained
to given plane
-
m
anipoints
...
- point which moves on a given geometric object at each rendering update cyle
-
f
AniPoint
...
- factory function returns instance a class representing a point of space which
moves in relation to a given geometric object at each rendering update
-
C
CirclingPoint
...
- point which moves along given circle at each update cyle
-
C
SlidingPoint
...
- point which moves along the given line at each update cylce