Click or drag to resize

Vec4iSet Method

返回用户文档首页
设置向量的X, Y, Z和W坐标。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public void Set(
	int _x,
	int _y,
	int _z,
	int _w
)

Parameters

_x  Int32
X坐标的新值。
_y  Int32
Y坐标的新值。
_z  Int32
Z坐标的新值。
_w  Int32
W坐标的新值。
See Also