![]() |
|
公開メンバ関数 | |
| Vector4 (float v) | |
| Vector4 (float _x, float _y, float _z, float _w) | |
| Vector3 | getXYZ () |
静的公開メンバ関数 | |
| static Vector4 | operator* (Vector4 v, float f) |
| static Vector4 | operator/ (Vector4 v, float f) |
| static Vector4 | operator+ (Vector4 v, Vector4 v2) |
| static Vector4 | operator- (Vector4 v, Vector4 v2) |
| static Vector4 | operator- (Vector4 v) |
公開変数類 | |
| float | x |
| float | y |
| float | z |
| float | w |
| SharpKmyMath.Vector4.Vector4 | ( | float | v | ) |
| SharpKmyMath.Vector4.Vector4 | ( | float | _x, |
| float | _y, | ||
| float | _z, | ||
| float | _w | ||
| ) |
| Vector3 SharpKmyMath.Vector4.getXYZ | ( | ) |
| float SharpKmyMath.Vector4.w |
| float SharpKmyMath.Vector4.x |
| float SharpKmyMath.Vector4.y |
| float SharpKmyMath.Vector4.z |