Click or drag to resize
MCvPoint3D32f Structure
http://www.emgu.com
Managed Structure equivalent to CvPoint3D32f

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public struct MCvPoint3D32f : IEquatable<MCvPoint3D32f>

The MCvPoint3D32f type exposes the following members.

Constructors
  NameDescription
Public methodMCvPoint3D32f
Create a MCvPoint3D32f structure with the specific x and y coordinates
Top
Methods
  NameDescription
Public methodCrossProduct
Return the cross product of two 3D point
Public methodDotProduct
Return the dot product of two 3D point
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodEquals(MCvPoint3D32f)
Return true if the location of the two points are equal
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetNormalizedPoint
Get the normalized point
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Compute the sum of two 3D points
Public operatorStatic member(MCvPoint3D32f to MCvPoint3D64f)
The implicit operator to convert MCvPoint3D32f to MCvPoint3D64f
Public operatorStatic memberMultiply(Single, MCvPoint3D32f)
Multiply the point with a scale
Public operatorStatic memberMultiply(MCvPoint3D32f, Single)
Multiply the point with a scale
Public operatorStatic memberSubtraction
Subtract one point from the other
Top
Fields
  NameDescription
Public fieldX
x-coordinate
Public fieldY
y-coordinate
Public fieldZ
z-coordinate
Top
Properties
  NameDescription
Public propertyNorm
return the norm of this 3D point
Top
See Also