Click or drag to resize
APILNVector2_GetLength Method
2D ベクトルの長さを取得します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNVector2_GetLength(
	ref Vector2 vec,
	out float outLength
)

Parameters

vec
Type: LuminoVector2
処理の基になる 2D ベクトル
outLength
Type: SystemSingle
ベクトルの長さを格納する変数

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNVector2_GetLength(Lumino.Vector2@,System.Single@)"]

See Also