|
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
)
Public Sub New (
x As Single,
y As Single,
z As Single
)
Request Example
View SourceParameters
- x
- Type: SystemSingle
The x coordinate. - y
- Type: SystemSingle
The y coordinate. - z
- Type: SystemSingle
The z coordinate.
See Also