Home | Trees | Indices | Help |
|
---|
|
3-Point resection functions cassini, collins5, pierlot, pierlotx and tienstra7, survey functions snellius3 and wildberger3 and triangle functions triAngle, triAngle5, triSide, triSide2 and triSide4.
Note: Functions pierlot and pierlotx are transcoded to Python with permission from triangulationPierlot and Pierlot.
Version: 23.12.31
Classes | |
Collins5Tuple 5-Tuple (pointP, pointH, a, b, c) with survey
pointP , auxiliary pointH , each an
instance of pointA 's (sub-)class and triangle
sides a , b and c in
meter , conventionally.
|
|
ResectionError Error raised for pygeodesy3.distances.resections issues. |
|
Survey3Tuple 3-Tuple (PA, PB, PC) with distance from survey point
P to each of the triangle corners A ,
B and C in meter ,
conventionally.
|
|
Tienstra7Tuple 7-Tuple (pointP, A, B, C, a, b, c) with survey
pointP , interior triangle angles A ,
B and C in degrees and
triangle sides a , b and c in
meter , conventionally.
|
|
TriAngle5Tuple 5-Tuple (radA, radB, radC, rIn, area) with the
interior angles at triangle corners A , B
and C in radians , the
InCircle radius rIn aka
inradius in meter and the triangle
area in meter squared,
conventionally.
|
|
TriSide2Tuple 2-Tuple (a, radA) with triangle side a in
meter , conventionally and angle radA at
the opposite triangle corner in radians .
|
|
TriSide4Tuple 4-Tuple (a, b, radC, d) with interior angle
radC at triangle corner C in
radians with the length of triangle sides
a and b and with triangle height
d perpendicular to triangle side c , in
the same units as triangle sides a and b .
|
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.distances_resections
|
Function Details |
3-Point resection using Cassini's method.
Note:
Typically, See Also: Three Point Resection Problem and functions pygeodesy3.collins5, pygeodesy3.pierlot and pygeodesy3.tienstra7. |
3-Point resection using Collins' method.
Note:
Typically, See Also: Collins' methode and functions pygeodesy3.cassini, pygeodesy3.pierlot and pygeodesy3.tienstra7. |
3-Point resection using Pierlot's method
Note:
Typically, See Also: Pierlot's C function triangulationPierlot, V. Pierlot, M. Van Droogenbroeck, "A New Three Object Triangulation Algorithm for Mobile Robot Positioning", Vincent Pierlot, Marc Van Droogenbroeck, "18 Triangulation Algorithms for 2D Positioning (also known as the Resection Problem)" and functions pygeodesy3.pierlotx, pygeodesy3.cassini, pygeodesy3.collins5 and pygeodesy3.tienstra7. |
3-Point resection using Pierlot's method
See Also: Pierlot's C function triangulationPierlot2 and function pygeodesy3.pierlot. |
Snellius' surveying using Snellius Pothenot.
See Also: Function pygeodesy3.wildberger3. |
3-Point resection using Tienstra's formula.
Note:
Points See Also: 3-Point Resection Solver, V. Pierlot, M. Van Droogenbroeck, "A New Three Object Triangulation...", 18 Triangulation Algorithms... and functions pygeodesy3.cassini, pygeodesy3.collins5 and pygeodesy3.pierlot. |
Compute one angle of a triangle.
See Also: Functions pygeodesy3.triAngle5 and pygeodesy3.triSide. |
Compute the angles of a triangle.
See Also: Functions pygeodesy3.triAngle and pygeodesy3.triArea. |
Compute the area of a triangle using Heron's
|
Compute one side of a triangle.
See Also: Functions pygeodesy3.sqrt_a, pygeodesy3.triAngle, pygeodesy3.triSide2 and pygeodesy3.triSide4. |
Compute a side and its opposite angle of a triangle.
See Also: Functions pygeodesy3.sqrt_a, pygeodesy3.triSide and pygeodesy3.triSide4. |
Compute two sides and the height of a triangle.
See Also: Triangulation, Surveying and functions pygeodesy3.sqrt_a, pygeodesy3.triSide and pygeodesy3.triSide2. |
Snellius' surveying using Rational Trigonometry.
See Also: Wildberger, Norman J., Devine Proportions, page 252 and function pygeodesy3.snellius3. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 4 16:45:43 2024 | http://epydoc.sourceforge.net |