|
XVertex4d(Double, Double, Double, Double) Constructor
|
XVertex4d 객체를 생성하는 생성자이며 x, y, z, w값을 입력되는 xVal, yVal, zVal, wVal값으로 초기화한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic XVertex4d(
double xVal,
double yVal,
double zVal,
double wVal
)
Parameters
- xVal Double
- x값
- yVal Double
- y값
- zVal Double
- z값
- wVal Double
- w값
See Also