Method | Description | |
---|---|---|
GetPoint ( Microsoft.Xna.Framework.Ray &ray, float size ) : Vector3 |
レイの始点からレイに沿って指定のサイズにある点を取得します。
|
|
GetPoint ( Microsoft.Xna.Framework.Ray &ray, float size, Vector3 &result ) : void |
レイの始点からレイに沿って指定の長さにある点を取得します。
|
public static GetPoint ( Microsoft.Xna.Framework.Ray &ray, float size ) : Vector3 | ||
ray | Microsoft.Xna.Framework.Ray | レイ。 |
size | float | サイズ。 |
return | Vector3 |
public static GetPoint ( Microsoft.Xna.Framework.Ray &ray, float size, Vector3 &result ) : void | ||
ray | Microsoft.Xna.Framework.Ray | レイ。 |
size | float | サイズ。 |
result | Vector3 | 指定の点。 |
return | void |