Package pygeodesy :: Package deprecated :: Module nvector :: Class Nvector
[frames] | no frames]

Class Nvector

  object --+                
           |                
named._Named --+            
               |            
named._NamedBase --+        
                   |        
   vector3d.Vector3d --+    
                       |    
 nvectorBase.NvectorBase --+
                           |
                          Nvector

DEPRECATED, use class NvectorBase.

Instance Methods

Inherited from nvectorBase.NvectorBase: __init__, hStr, to2ab, to2ll, to3abh, to3llh, to4xyzh, toCartesian, toLatLon, toStr, toVector3d, unit

Inherited from vector3d.Vector3d: __abs__, __add__, __cmp__, __div__, __eq__, __ge__, __gt__, __le__, __lt__, __matmul__, __mul__, __ne__, __neg__, __pos__, __radd__, __rmatmul__, __rsub__, __sub__, __truediv__, angleTo, cmp, cross, dividedBy, dot, equals, iscolinearWith, isequalTo, minus, nearestOn, negate, others, parse, plus, rotate, rotateAround, sum, times, to3xyz, trilaterate3d2

Inherited from named._NamedBase: __repr__, __str__, toRepr

Inherited from named._Named: _dot_, attrs, classof, copy, toStr2

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from nvectorBase.NvectorBase: Ecef, H, datum, h, isEllipsoidal, isSpherical, lam, lat, latlon, latlonheight, lon, phi, philam, philamheight, xyzh

Inherited from vector3d.Vector3d: crosserrors, euclid, length, length2, x, xyz, y, z

Inherited from named._Named: classname, classnaming, name, named, named2, named3, named4

Inherited from object: __class__