Vec4i(Int32, Int32, Int32, Int32) Constructor |
返回用户文档首页Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic Vec4i(
int _x,
int _y,
int _z,
int _w
)
Parameters
- _x Int32
- X坐标的值。
- _y Int32
- Y坐标的值。
- _z Int32
- Z坐标的值。
- _w Int32
- W坐标的值。
See Also