Class: Geometry::EarthVector

Inherits:
GeoVector show all
Defined in:
lib/geometry/vector/earth_vector.rb

Constant Summary collapse

@@spheroid =
Geometry::Spheroid::Earth

Instance Attribute Summary

Attributes inherited from GeoVector

#geodetic_radius, #latitude, #longitude

Attributes inherited from Vector

#x, #y, #z

Method Summary

Methods inherited from GeoVector

#antipode, from_geographic, from_great_circle_intersection, #great_circle_distance, #great_circle_distance_from_arc, #great_circle_distance_from_great_circle, #great_circle_distance_from_polyline, #mean_geodetic_radius, #to_geographic

Methods inherited from Vector

#==, #add, #angle, #cross, #cross_length, #cross_normal, #distance, #distance_from_line, #distance_from_line_segment, #distance_from_polyline, #divide, #dot, from_polar, #heading, #initialize, #inspect, #magnitude, #multiply, #normalize, #orthogonal?, #parallel?, #scale, #subtract

Constructor Details

This class inherits a constructor from Geometry::Vector