Cog3DVect3 StructureCognex VisionPro 9.7
This value class encapsulates a three dimensional point or vector. Note that this class is immutable - it may not be changed once it has been constructed.

The default values for properties X, Y, and Z are 0.0.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax

[SerializableAttribute]
public struct Cog3DVect3

The Cog3DVect3 type exposes the following members.

Constructors

  NameDescription
Public methodCog3DVect3
Construct this Cog3DVect3 with the supplied X,Y,Z values.
Top
Methods

  NameDescription
Public methodComputeCrossProduct
Compute the cross product of this Cog3DVect3 with the supplied other.
Public methodComputeDistance
Compute the distance of this Cog3DVect3 from the supplied other.
Public methodComputeDotProduct
Compute the dot product of this Cog3DVect3 with the supplied other.
Public methodEquals (Overrides ValueType Equals(Object).)
Public methodGetHashCode (Overrides ValueType GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberRealEqual
Compares the internal state of the specified instances and returns true if the internal state is within epsilon.
Public methodToString
Override of ToString method to get a string for describing this object.
(Overrides ValueType ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberAddition
Add two Cog3DVect3.
Public operatorStatic memberDivision
Divide a Cog3DVect3 by a scalar.
Public operatorStatic memberEquality
Compare two Cog3DVect3.
Public operatorStatic memberInequality
Compare two Cog3DVect3.
Public operatorStatic memberMultiply
Multiply a Cog3DVect3 by a scalar.
Public operatorStatic memberSubtraction
Subtract two Cog3DVect3.
Top
Properties

  NameDescription
Public propertyLength
Gets the length of this vector.
Public propertyX
Gets the X coordinate value.
Public propertyY
Gets the Y coordinate value.
Public propertyZ
Gets the Z coordinate value.
Top
See Also