|
|
forwardBetOmg(self,
bet,
omg,
height=0,
**unit_name)
Convert an ellipsoidal lat- and longitude to a cartesian on
this triaxial's surface. |
|
|
|
|
forwardBetaOmega(self,
bet,
omg,
height=0,
**unit_name)
Convert an ellipsoidal lat- and longitude to a cartesian on
this triaxial's surface. |
|
|
|
|
forwardBetaOmega_(self,
sbeta,
cbeta,
somega,
comega,
**name)
DEPRECATED on 2025.11.15, like
Triaxial.forwardBetaOmega_. |
|
|
|
|
forwardBetOmgAlp2(self,
bet,
omg,
alp,
height=0,
**unit_name)
Convert an ellipsoidal lat-, longitude and heading to a
cartesian and a direction on this triaxial's surface. |
|
|
|
|
forwardCartesian(self,
x_ct,
y=None,
z=None,
normal=True,
**eps_llk_name)
Project any cartesian onto this triaxial's surface. |
|
|
|
|
forwardLatLon(self,
lat,
lon,
height=0,
llk='ELLIPSOIDAL',
**unit_name)
Convert any lat-/longitude kind to a cartesian on this triaxial's
surface. |
|
|
|
|
forwardPhiLam(self,
phi,
lam,
height=0,
llk='GEODETIC',
**unit_name)
Convert any lat-/longitude kind to a cartesian on this triaxial's
surface. |
|
|
|
|
forwardPhiLamZet2(self,
phi,
lam,
zet,
height=0,
llk='GEODETIC',
**unit_name)
Convert a lat-, longitude and heading to a cartesian and a direction
on this trixial's surface. |
|
|
|
|
normed2(self,
x_ct,
y=None,
z=None,
dir3d=None,
**llk_name)
Scale a cartesian and direction to this triaxial's surface. |
|
|
|
|
reverseBetOmg(self,
x_ct,
y=None,
z=None,
**llk_name)
Convert a cartesian on this triaxial's surface to an
ellipsoidal lat-/longitude. |
|
|
|
|
reverseBetaOmega(self,
x_ct,
y=None,
z=None,
**llk_name)
Convert a cartesian on this triaxial's surface to an
ellipsoidal lat-/longitude. |
|
|
|
|
reverseBetOmgAlp(self,
x_ct,
y=None,
z=None,
dir3d=None,
**llk_name)
Convert a cartesian and direction on this triaxial's surface
to an ellipsoidal lat-, longitude and heading. |
|
|
|
|
reverseCartesian(self,
x_ct,
y=None,
z=None,
height=0,
normal=True,
**llk_name)
"Unproject" a cartesian off this triaxial's surface. |
|
|
|
|
reverseLatLon(self,
x_ct,
y=None,
z=None,
**llk_name)
Convert a cartesian on this triaxial's surface to a
lat-/longitude. |
|
|
|
|
reversePhiLam(self,
x_ct,
y=None,
z=None,
**llk_name)
Convert a cartesian on this triaxial's surface to
lat-/longitude. |
|
|
|
|
reversePhiLamZet(self,
x_ct,
y=None,
z=None,
dir3d=None,
**llk_name)
Convert a cartesian and direction to lat-, longitude and azimuth. |
|
|
|
|
random2(self,
llk='ELLIPSOIDAL',
both=False,
_rand=<built-in method random of Random object at 0x7fdc52894e20>)
Return a random cartesian with/out direction on this triaxial's
surface. |
|
|
|
|
toOther(self,
lat,
lon,
llk1='GEODETIC',
llk2='GEODETIC',
**unit_name)
Convert one lat-/longitude kind to an other. |
|
|
|
|
toTriaxial5(self,
x_ct,
y=None,
z=None,
**triaxial_h_llk_name)
Find the closest cartesian on this or on another triaxial's surface. |
|
|
|
Inherited from bases._OrderedTriaxialBase:
__init__
Inherited from bases._UnOrderedTriaxialBase:
__str__,
area_p,
hartzell4,
height4,
normal3d,
normal4,
sideOf,
toBiaxial,
toEllipsoid,
toStr
Inherited from named._NamedEnumItem:
unregister
Inherited from named._NamedBase:
__repr__,
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__
|