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 | |
down | |
east | |
elevation | |
length | |
ned | |
north | |
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] |
Default
|
DEPRECATED, use property
|
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 |
bearing
|
down
|
east
|
elevation
|
length
|
ned
|
north
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 31 15:47:41 2020 | http://epydoc.sourceforge.net |