
GeoB
ASIC
Reference Manual
5.Standard Functions
5-60 TPS1100-Version
1.30
5.6.21 GM_CalcPointInCircle
Description
Calculation of a point on a circle.
Declaration
GM_CalcPointInCircle(
StartOfArc
AS GM_Point_Type,
EndOfArc
AS GM_Point_Type,
byVal
dRadius
AS Double,
byVal
dLengthOfArc AS Double,
Point
AS GM_Point_Type )
Remarks
This function is calculating the point with the distance
dDist
from a given point on a circle (the first point of the circle
definition - see predefined structure
GM_Circle_Type
) on the
circle.
Note
Used formula: see Appendix, Geodesy Math. Formulas.
Parameters
StartOfArc
in
beginning of the arc
EndOfArc
in
end of the arc
dRadius
in
radius
dLengthOfArc
in
arc length clockwise relative to
StartOfArc
are positive
Point
out
Calculated point on the arc.
Return Codes
GM_IDENTICAL_PTS
Startpoint
and
endpoint
of
the arc are identical. Calculation is
not possible.
Example
Calculate the point in the circle.
DIM Arc1
AS GM_Point_Type
DIM Arc2
AS GM_Point_Type
DIM Point AS GM_Point_Type
'initialize Arc1 and Arc2
GM_CalcPointInLine( Arc1, Arc2, 1.0, Pi, Point )
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...