|
__init__(self,
geodesic,
lat1,
lon1,
azi1,
caps=1929,
**name)
New GeodesicLineExact instance, allowing points to be
found along a geodesic starting at (lat1,
lon1) with azimuth azi1 . |
|
|
Inherited from gxline._GeodesicLineExact :
Arc ,
ArcPosition ,
Distance ,
Intersecant2 ,
PlumbTo ,
Position ,
SetArc ,
SetDistance ,
__del__ ,
toStr
Inherited from karney._CapsBase :
caps_
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others ,
toRepr
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|