初期値指定コンストラクタ

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static QEDGE_T init(
	short x,
	short y,
	short q
)
Visual Basic
Public Shared Function init ( 
	x As Short,
	y As Short,
	q As Short
) As QEDGE_T

Parameters

x
Type: System..::..Int16
X座標
y
Type: System..::..Int16
Y座標
q
Type: System..::..Int16
エッジの勾配(-179〜180)

Return Value

Type: QEDGE_T
指定された値で構築されたインスタンスを返します。

See Also