Point3d Constructor(Single,Single,Single)
Initializes a new instance of the Point3d class.
[Visual Basic]
Public Function New( _
ByVal x As Single, _
ByVal y As Single, _
ByVal z As Single _
)
[C#]
public Point3d(
float x,
float y,
float z
);
Parameters
- x
- The x coordinate of a point in a three-dimensional plane.
- y
- The y coordinate of a point in a three-dimensional plane.
- z
- The z coordinate of a point in a three-dimensional plane.
See Also
Point3d Class
| Point3d Members
| Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.