Click or drag to resize
Accord.NET (logo)

Point3 Constructor (Single, Single, Single)

Creates a new Point3 structure from the given coordinates.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Point3(
	float x,
	float y,
	float z
)
Request Example View Source

Parameters

x
Type: SystemSingle
The x coordinate.
y
Type: SystemSingle
The y coordinate.
z
Type: SystemSingle
The z coordinate.
See Also