GeVector Operators |
The GeVector type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Returns the sum of two vectors.
|
![]() ![]() | Division(GeVector, GeVector) |
Returns the quotient of two vectors.
|
![]() ![]() | Division(GeVector, Double) |
Returns the quotient of a vector and a scalar.
|
![]() ![]() | Equality |
Returns True if two vectors are equal, otherwise returns False.
|
![]() ![]() | Inequality |
Returns True if two vectors are not equal, otherwise returns False.
|
![]() ![]() | Multiply(GeVector, GeVector) |
Returns the product of two vectors.
|
![]() ![]() | Multiply(GeVector, Double) |
Returns the product of a vector and a scalar.
|
![]() ![]() | Subtraction |
Returns the difference between two vectors.
|
![]() ![]() | UnaryNegation |
Returns a negated vector.
|