[]
Initializes a new instance of the Point3D struct with the specified coordinates.
public Point3D(double x, double y, double z)
Public Sub New(x As Double, y As Double, z As Double)
Type | Name | Description |
---|---|---|
double | x | The x-coordinate of the point in 3D space. |
double | y | The y-coordinate of the point in 3D space. |
double | z | The z-coordinate of the point in 3D space. |