言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

HandleUtility.PointOnLineParameter

public static function PointOnLineParameter(point: Vector3, linePoint: Vector3, lineDirection: Vector3): float;

Description

Returns the parameter for the projection of the point on the given line.

The return value can be negative if the projected point is in negative lineDirection relative to the linePoint/ See Also: ProjectPointLine.