|
|
|
|
|
area_p(self,
p=1.6075)
Approximate the surface area (meter
squared). |
|
|
|
forwardBetaOmega(self,
beta,
omega,
height=0,
name='')
Convert ellipsoidal lat- and longitude beta ,
omega and height to cartesian. |
|
|
|
forwardBetaOmega_(self,
sbeta,
cbeta,
somega,
comega,
name='')
Convert ellipsoidal lat- and longitude beta and
omega to cartesian coordinates on the ellipsoid's
surface. |
|
|
|
forwardLatLon(self,
lat,
lon,
height=0,
name='')
Convert geodetic lat-, longitude and heigth to cartesian. |
|
|
|
forwardLatLon_(self,
slat,
clat,
slon,
clon,
height=0,
name='')
Convert geodetic lat-, longitude and heigth to cartesian. |
|
|
|
hartzell(self,
pov,
los=None,
name='')
Compute the intersection of a Line-Of-Sight from a Point-Of-View in
space with the surface of this triaxial. |
|
|
|
height4(self,
x_xyz,
y=None,
z=None,
normal=True,
eps=2.220446049250313e-16)
Compute the projection on and the height of a cartesian above or
below this triaxial's surface. |
|
|
|
reverseBetaOmega(self,
x,
y,
z,
name='')
Convert cartesian to ellipsoidal lat- and longitude,
beta , omega and height. |
|
|
|
reverseLatLon(self,
x,
y,
z,
name='')
Convert cartesian to geodetic lat-, longitude and height. |
|
|
|
toStr(self,
prec=9,
name='',
**unused)
Return this Triaxial as a string. |
|
|
Inherited from named._NamedBase :
__repr__ ,
others ,
toRepr
Inherited from named._Named :
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
a
Get the largest semi-axis (meter , conventionally).
|
|
area
Get the surface area (meter squared).
|
|
b
Get the middle semi-axis (meter , same units as
a ).
|
|
c
Get the smallest semi-axis (meter , same units as
a ).
|
|
e2ab
Get the ab ellipse' (1st) eccentricity squared
(scalar ), 1 - (b / a)**2.
|
|
e2bc
Get the bc ellipse' (1st) eccentricity squared
(scalar ), 1 - (c / b)**2.
|
|
e2ac
Get the ac ellipse' (1st) eccentricity squared
(scalar ), 1 - (c / a)**2.
|
|
volume
Get the volume (meter**3 ), 4 / 3 * PI *
a * b * c.
|
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4
Inherited from object :
__class__
|