CvPoint3D32f Structure OpenCvSharp Class Library
3D point with floating-point coordinates

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct CvPoint3D32f : IEquatable<CvPoint3D32f>

The CvPoint3D32f type exposes the following members.

Constructors

  NameDescription
Public methodCvPoint3D32f(Double, Double, Double)
Constructor
Public methodCvPoint3D32f(Single, Single, Single)
Constructor
Top
Methods

  NameDescription
Public methodStatic memberDistance
Returns the distance between the specified two points
Public methodDistanceTo
Returns the distance between the specified two points
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvPoint3D32f)
Specifies whether this object contains the same members as the specified Object.
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberAddition
Shifts point by a certain offset
Public operatorStatic memberEquality
Compares two CvPoint3D32f objects. The result specifies whether the values of the X, Y and Z properties of the two CvPoint3D32f objects are equal.
Public operatorStatic memberInequality
Compares two CvPoint3D32f objects. The result specifies whether the values of the X, Y or Z properties of the two CvPoint3D32f objects are unequal.
Public operatorStatic memberMultiply
Shifts point by a certain offset
Public operatorStatic memberSubtraction
Shifts point by a certain offset
Public operatorStatic memberUnaryNegation
Unary minus operator
Public operatorStatic memberUnaryPlus
Unary plus operator
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
Represents a CvPoint3D32f structure with its properties left uninitialized.
Public fieldStatic memberSizeOf
sizeof(CvPoint3D32f)
Public fieldX
x-coordinate, usually zero-based
Public fieldY
y-coordinate, usually zero-based
Public fieldZ
z-coordinate, usually zero-based
Top
See Also

Reference