Point3Dcd 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 Point3Dcd : IEquatable<Point3Dcd>

The Point3Dcd type exposes the following members.

Constructors

  NameDescription
Public methodPoint3Dcd(Single, Single, Single)
Constructor.
Public methodPoint3Dcd(Double, Double, Double, Double)
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(Point3Dcd)
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 methodToPoint3Dd
Converts this point to a Point3Dd.
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