Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim x As Double Dim y As Double Dim z As Double Dim instance As New Point3D(x, y, z) |
Parameters
- x
- The X value of the 3D point.
- y
- The Y value of the 3D point.
- z
- The Z value of the 3D point.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7