![]() |
|
公開メンバ関数 | |
| Vector3 (float v) | |
| Vector3 (float _x, float _y, float _z) | |
| float | length () |
静的公開メンバ関数 | |
| static Vector3 | normalize (Vector3 v) |
| static Vector3 | operator- (Vector3 v1, Vector3 v2) |
| static Vector3 | operator+ (Vector3 v1, Vector3 v2) |
| static Vector3 | operator* (Vector3 v, float f) |
| static Vector3 | operator* (Vector3 v1, Vector3 v2) |
| static Vector3 | operator/ (Vector3 v, float f) |
| static Vector3 | operator- (Vector3 v) |
| static float | dotProduct (Vector3 v1, Vector3 v2) |
| static Vector3 | crossProduct (Vector3 v1, Vector3 v2) |
公開変数類 | |
| float | x |
| float | y |
| float | z |
プロパティ | |
| static Vector3 | one [get] |
| static Vector3 | zero [get] |
| SharpKmyMath.Vector3.Vector3 | ( | float | v | ) |
| SharpKmyMath.Vector3.Vector3 | ( | float | _x, |
| float | _y, | ||
| float | _z | ||
| ) |
| float SharpKmyMath.Vector3.length | ( | ) |
| float SharpKmyMath.Vector3.x |
| float SharpKmyMath.Vector3.y |
| float SharpKmyMath.Vector3.z |
|
staticget |
|
staticget |