Go to the source code of this file.
Namespaces | |
| namespace | H3D |
| namespace | H3D::ArithmeticTypes |
Functions | |
| Vec3f | H3D::ArithmeticTypes::operator * (const Matrix3f &m, const Vec3f &v) |
| Multiplication between Matrix3f and Vec3f. | |
| Vec3d | H3D::ArithmeticTypes::operator * (const Matrix3f &m, const Vec3d &v) |
| Multiplication between Matrix3f and Vec3d. | |
| Vec3d | H3D::ArithmeticTypes::operator * (const Matrix3d &m, const Vec3d &v) |
| Multiplication between Matrix3d and Vec3d. | |
| Vec3f | H3D::ArithmeticTypes::operator * (const Rotation &r, const Vec3f &v) |
| Multiplication between Rotation and Vec3f is the Vec3f rotated by the Rotation. | |
| Vec3d | H3D::ArithmeticTypes::operator * (const Rotation &r, const Vec3d &v) |
| Multiplication between Rotation and Vec3d. | |
| Vec3f | H3D::ArithmeticTypes::operator * (const Quaternion &r, const Vec3f &v) |
| Multiplication between Rotation and Vec3f is the Vec3f rotated by the Rotation. | |
| Vec3d | H3D::ArithmeticTypes::operator * (const Quaternion &r, const Vec3d &v) |
| Multiplication between Matrix3f and Vec3d. | |
| Vec4f | H3D::ArithmeticTypes::operator * (const Matrix4f &m, const Vec4f &v) |
| Multiplication between Matrix4f and Vec4f. | |
| Vec4d | H3D::ArithmeticTypes::operator * (const Matrix4f &m, const Vec4d &v) |
| Multiplication between Matrix4f and Vec4d. | |
| Vec4d | H3D::ArithmeticTypes::operator * (const Matrix4d &m, const Vec4d &v) |
| Multiplication between Matrix4d and Vec4d. | |
| Vec3f | H3D::ArithmeticTypes::operator * (const Matrix4f &m, const Vec3f &v) |
| Multiplication between Matrix4f and Vec3f. | |
| Vec3d | H3D::ArithmeticTypes::operator * (const Matrix4f &m, const Vec3d &v) |
| Multiplication between Matrix4f and Vec3d. | |
| Vec3d | H3D::ArithmeticTypes::operator * (const Matrix4d &m, const Vec3d &v) |
| Multiplication between Matrix4d and Vec3d. | |
1.4.5