CADability dotNET

The GeoVector type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Adds the two vectors.
Public operatorStatic memberDivision
Divides the given gevcor by the given double value.
Public operatorStatic memberEquality
Determins whether the given vectors are exactly equal. Use SameDirection(GeoVector, GeoVector, Boolean) if you need more control over precision.
Public operatorStatic memberExclusiveOr
Cross product of the to vectors.
Public operatorStatic memberInequality
Determins whether the given vectors are not exactly equal. Use SameDirection(GeoVector, GeoVector, Boolean) if you need more control over precision.
Public operatorStatic memberMultiply(Double, GeoVector)
Scales the given vector by the given double
Public operatorStatic memberMultiply(GeoVector, GeoVector)
Calculates the scalar product (dot product, inner product) of the two given vectors
Public operatorStatic memberMultiply(Matrix, GeoVector)
Public operatorStatic memberSubtraction
Subtracts the second vector from the first vector
Public operatorStatic memberUnaryNegation
Reverses the driection of the given vector

See Also