Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | Ned
North-Eeast-Down (NED), also known as Local Tangent Plane (LTP), is a vector in the local coordinate frame of a body.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
bearing Get the bearing of this NED vector (compass degrees360 ).
|
|
down Gets the Down component of this NED vector ( meter ).
|
|
east Gets the East component of this NED vector ( meter ).
|
|
elevation Get the elevation, tilt of this NED vector in degrees from horizontal, i.e. |
|
length Gets the length of this NED vector ( meter ).
|
|
north Gets the North component of this NED vector ( meter ).
|
|
Inherited from Inherited from |
Method Details |
New North-East-Down vector.
Example: >>> from ellipsiodalNvector import Ned >>> delta = Ned(110569, 111297, 1936) >>> delta.toStr(prec=0) # [N:110569, E:111297, D:1936] |
str(x)
|
Return this NED vector as north/east/down components.
|
Return a string representation of this NED vector.
|
Return a string representation of this NED vector as length, bearing and elevation.
|
Return this NED vector as a 3-d vector.
|
Property Details |
bearingGet the bearing of this NED vector (compass
|
downGets the Down component of this NED vector (
|
eastGets the East component of this NED vector (
|
elevationGet the elevation, tilt of this NED vector in degrees from horizontal,
i.e. tangent to ellipsoid surface (
|
lengthGets the length of this NED vector (
|
northGets the North component of this NED vector (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 23 18:51:19 2020 | http://epydoc.sourceforge.net |