Eyeshot 10 WPF API Reference
Point4D Constructor(Double,Double,Double)

WPF Assembly > devDept.Geometry Namespace > Point4D Class > Point4D Constructor : Point4D Constructor(Double,Double,Double)
Point's X coordinate
Point's Y coordinate
Point's Z coordinate
3D euclidean point constructor (W=1).
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
)
public Point4D( 
   double x,
   double y,
   double z
)

Parameters

x
Point's X coordinate
y
Point's Y coordinate
z
Point's Z coordinate
See Also

Reference

Point4D Class
Point4D Members
Overload List