Vect2 MethodsCognex VisionPro 9.21 SR1

The Vect2 type exposes the following members.

Methods

  NameDescription
Public methodComputeCrossProduct

Compute the cross product of this Vect2 with the supplied other.

Public methodComputeDistance

Compute the distance of this Vect2 from the supplied other.

Public methodComputeDotProduct

Compute the dot product of this Vect2 with the supplied other.

Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodStatic memberRealEqual

Checks the values of the supplied vectors are equal within the epsilon tolerance.

Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
See Also