Click or drag to resize

Point3f Structure

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[SerializableAttribute]
public struct Point3f : IEquatable<Point3f>

The Point3f type exposes the following members.

Constructors
  NameDescription
Public methodPoint3f
Initializes a new instance of the Point3f class
Top
Methods
  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Point3f)
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
Gets the Type of the current instance.
(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 CvPoint objects. The result specifies whether the values of the X and Y properties of the two CvPoint objects are equal.
Public operatorStatic member(Point3f to Vec3f)
Public operatorStatic member(Vec3f to Point3f)
Public operatorStatic memberInequality
Compares two CvPoint2D32f objects. The result specifies whether the values of the X or Y properties of the two CvPoint2D32f 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 memberSizeOf
Public fieldX
Public fieldY
Public fieldZ
Top
See Also