4Dベクトルに値を設定します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Set(
float x,
float y,
float z,
float w
)
Public Sub Set (
x As Single,
y As Single,
z As Single,
w As Single
)
public:
void Set(
float x,
float y,
float z,
float w
)
member Set :
x : float32 *
y : float32 *
z : float32 *
w : float32 -> unit
Parameters
- x
- Type: SystemSingle
X 値 - y
- Type: SystemSingle
Y 値 - z
- Type: SystemSingle
Z 値 - w
- Type: SystemSingle
W 値
See Also