Point3Dcf Structure

CVB.Net Documentation
Multi-purpose 3D float vector struct with confidence value.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct Point3Dcf : IEquatable<Point3Dcf>

The Point3Dcf type exposes the following members.

Constructors

  NameDescription
Public methodPoint3Dcf(Single, Single, Single)
Constructor.
Public methodPoint3Dcf(Single, Single, Single, Single)
Constructor.
Top
Properties

  NameDescription
Public propertyC
Confidence-component.
Public propertyItem
Index access.
Public propertyX
X-coordinate.
Public propertyY
Y-coordinate.
Public propertyZ
Z-coordinate.
Top
Methods

  NameDescription
Public methodEquals(Object)
Indicates whether this instance and the given obj are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Point3Dcf)
Indicates whether this instance and the given obj are equal.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToPoint3Df
Converts this point to a Point3Df.
Public methodToString
String conversion.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Equality comparison operator.
Public operatorStatic memberInequality
Inequality comparison operator.
Top
See Also

Reference