CADability dotNET

Overload List

  NameDescription
Public methodGeoVector(GeoVector2D)
Constructs a new GeoVector from a 2d vector assumed in the xy plane
Public methodGeoVector(SerializationInfo, StreamingContext)
Constructor required by deserialization
Public methodGeoVector(Angle, Angle)
Constructs a new GeoVector with the given angles a longitude and latitude. The resulting GeoVector is normed.
Public methodGeoVector(GeoPoint, GeoPoint)
Constructs a new GeoVector which points from the StartPoint to the EndPoint.
Public methodGeoVector(Double, Double, Double)
Constructs a new GeoVector with the given components

See Also