Home | Trees | Indices | Help |
|
---|
|
object --+ | 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 |
Properties | |
bearing Get the bearing of this NED vector in compass degrees (degrees360). |
|
elevation Get the elevation, tilt of this NED vector in degrees from horizontal, i.e. |
|
length Gets the length of this NED vector in meter (scalar). |
|
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 vector3.
|
Property Details |
bearingGet the bearing of this NED vector in compass degrees (degrees360).
|
elevationGet the elevation, tilt of this NED vector in degrees from horizontal, i.e. tangent to ellipsoid surface (degrees90).
|
lengthGets the length of this NED vector in meter (scalar).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 27 17:08:34 2017 | http://epydoc.sourceforge.net |