Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | named._NamedEnumItem --+ | Triaxial_
Unordered triaxial ellipsoid and base class.
Triaxial ellipsoids with right-handed semi-axes a
,
b
and c
, oriented such that the large principal
ellipse ab
is the equator Z=0, beta=0, while
the small principal ellipse ac
is the prime meridian, plane
Y=0, omega=0.
The four umbilic points, abs
(omega) =
abs
(beta) = PI/2
, lie on the middle
principal ellipse bc
in plane X=0,
omega=PI/2
.
Note:
Geodetic lat
- and lon
gitudes are
in degrees
, geodetic phi
and
lam
bda are in radians
, but
ellipsoidal lat- and longitude beta
and
omega
are in Radians
by default (or in Degrees if converted).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Properties | |
a Get the largest, x semi-axis (meter ,
conventionally).
|
|
area Get the surface area ( meter squared).
|
|
b Get the middle, y semi-axis (meter , same
units as a ).
|
|
c Get the smallest, z semi-axis (meter , same
units as a ).
|
|
e2ab Get the ab ellipse' (1st) eccentricity squared
(scalar ), 1 - (b/a)**2.
|
|
e2ac Get the ac ellipse' (1st) eccentricity squared
(scalar ), 1 - (c/a)**2.
|
|
e2bc Get the bc ellipse' (1st) eccentricity squared
(scalar ), 1 - (c/b)**2.
|
|
isOrdered Is this triaxial ordered and not spherical ( bool )?
|
|
isSpherical Is this triaxial spherical ( Radius or INT0)?
|
|
unOrdered Is this triaxial un-ordered and not spherical ( bool )?
|
|
volume Get the volume ( meter**3 ), 4 / 3 * PI *
a * b * c.
|
|
Inherited from Inherited from Inherited from |
Method Details |
New unordered Triaxial_.
|
Default
|
Approximate the surface area (
See Also: Surface area. |
Compute the intersection of this triaxial's surface with a Line-Of-Sight from a Point-Of-View in space. See Also: Function hartzell4 for further details. |
Compute the projection on and the height above or below this triaxial's surface.
See Also: Methods Triaxial.normal3d and Ellipsoid.height4, Eberly's Distance from a Point to ... and Bektas' Shortest Distance from a Point to Triaxial Ellipsoid. |
Get a 3-D vector at a cartesian on and perpendicular to this triaxial's surface.
Note:
Cartesian See Also: Methods Triaxial.height4 and Triaxial.sideOf. |
Is a cartesian on, above or below the surface of this triaxial?
See Also: Methods Triaxial.height4 and Triaxial.normal3d. |
Convert this triaxial to an Ellipsoid, provided 2 axes match.
See Also: Method Ellipsoid.toTriaxial. |
Return this
|
Property Details |
aGet the
|
areaGet the surface area (
|
bGet the
|
cGet the
|
e2abGet the
|
e2acGet the
|
e2bcGet the
|
isOrderedIs this triaxial ordered and not spherical
(
|
isSphericalIs this triaxial spherical (
|
unOrderedIs this triaxial un-ordered and not spherical
(
|
volumeGet the volume (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 11 15:36:24 2025 | http://epydoc.sourceforge.net |