Cog3DVect3F StructureCognex VisionPro 9.8
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: 75.1.0.0
Syntax

[SerializableAttribute]
public struct Cog3DVect3F

The Cog3DVect3F type exposes the following members.

Constructors

  NameDescription
Public methodCog3DVect3F
Construct this Cog3DVect3F with the supplied X,Y,Z values.
Top
Methods

  NameDescription
Public methodComputeCrossProduct
Compute the cross product of this Cog3DVect3F with the supplied other.
Public methodComputeDistance
Compute the distance of this Cog3DVect3F from the supplied other.
Public methodComputeDotProduct
Compute the dot product of this Cog3DVect3F 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 Cog3DVect3F.
Public operatorStatic memberDivision
Divide a Cog3DVect3F by a scalar.
Public operatorStatic memberEquality
Compare two Cog3DVect3F.
Public operatorStatic memberInequality
Compare two Cog3DVect3F.
Public operatorStatic memberMultiply
Multiply a Cog3DVect3F by a scalar.
Public operatorStatic memberSubtraction
Subtract two Cog3DVect3F.
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