[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.Point3f"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Point3f type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Point3f | Initializes a new instance of the Point3f class |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Point3f) |
Specifies whether this object contains the same members as the specified Object.
|
![]() | GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Shifts point by a certain offset
|
![]() ![]() | Equality |
Compares two CvPoint objects. The result specifies whether the values of the X and Y properties of the two CvPoint objects are equal.
|
![]() ![]() | (CvPoint3D32f to Point3f) | |
![]() ![]() | (Point3f to CvPoint3D32f) | |
![]() ![]() | (Point3f to Vec3f) | |
![]() ![]() | (Vec3f to Point3f) | |
![]() ![]() | Inequality |
Compares two CvPoint2D32f objects. The result specifies whether the values of the X or Y properties of the two CvPoint2D32f objects are unequal.
|
![]() ![]() | Multiply |
Shifts point by a certain offset
|
![]() ![]() | Subtraction |
Shifts point by a certain offset
|
![]() ![]() | UnaryNegation |
Unary minus operator
|
![]() ![]() | UnaryPlus |
Unary plus operator
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | SizeOf | |
![]() | X | |
![]() | Y | |
![]() | Z |
See Also