Click or drag to resize

PointD3D Constructor (Double, Double, Double)

Initializes a new instance of the PointD3D class

Namespace:  MediaCy.Utilities.SystemEx
Assembly:  MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	pX As Double,
	pY As Double,
	pZ As Double
)

Parameters

pX
Type: SystemDouble
pY
Type: SystemDouble
pZ
Type: SystemDouble
See Also