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

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

Syntax

C#
public static F_CG_VE_INFO init(
	f_cg_vrni_egde_type type,
	int a,
	int b,
	int c,
	DPNT_T st,
	DPNT_T ed,
	int no
)
Visual Basic
Public Shared Function init ( 
	type As f_cg_vrni_egde_type,
	a As Integer,
	b As Integer,
	c As Integer,
	st As DPNT_T,
	ed As DPNT_T,
	no As Integer
) As F_CG_VE_INFO

Parameters

type
Type: fvalgcli..::..f_cg_vrni_egde_type
ボロノイ辺の種類
a
Type: System..::..Int32
ボロノイ辺の方程式係数 a
b
Type: System..::..Int32
ボロノイ辺の方程式係数 b
c
Type: System..::..Int32
ボロノイ辺の方程式係数 c
st
Type: fvalgcli..::..DPNT_T
ボロノイ辺の始点座標
ed
Type: fvalgcli..::..DPNT_T
ボロノイ辺の終点座標
no
Type: System..::..Int32
この辺に関して隣りにあるボロノイ母点の番号

Return Value

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

See Also