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

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

Parameters

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

Return Value

Type: Result

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

See Also