Click or drag to resize
Accord.NET (logo)

Point3 Constructor (Vector3)

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(
	Vector3 coordinates
)
Request Example View Source

Parameters

coordinates
Type: Accord.MathVector3
The point coordinates.
See Also