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