Home | Trees | Indices | Help |
|
---|
|
object --+ | GCSegment
A great circle segment on a sphere. It is assumed that it's no larger than pi.
Construction is long,lat, long, lat in rad (or use the fromDegrees class method.
Very small (<1e-8 rad, say) segments are not supported. You should probably work in the tangential plane on that kind of scale.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Methods | |||
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
returns the latitude the great circle is on for a given longitude. Input and output is in rad. If the pole is part of the great circle, a constant (but fairly meaningless) value is returned. |
returns a sequence of bounding boxes for this great circle segment. Actually, the sequence contains one box for a segment that does not cross the stitching line, two boxes for those that do. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |