MCvPoint3D32f Constructor |
http://www.emgu.com
Create a MCvPoint3D32f structure with the specific x and y coordinates
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic MCvPoint3D32f(
float x,
float y,
float z
)
Public Sub New (
x As Single,
y As Single,
z As Single
)
public:
MCvPoint3D32f(
float x,
float y,
float z
)
new :
x : float32 *
y : float32 *
z : float32 -> MCvPoint3D32f
Parameters
- x
- Type: SystemSingle
x-coordinate - y
- Type: SystemSingle
y-coordinate - z
- Type: SystemSingle
z-coordinate
See Also