Click or drag to resize
Accord.NET (logo)

PointH Constructor (Single, Single, Single)

Creates a new point.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public PointH(
	float x,
	float y,
	float w
)
Request Example View Source

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
w
Type: SystemSingle
See Also