Namespaces | |
maxon | |
cinema | |
Typedefs | |
typedef maxon::Vec3< maxon::Float32, 1 > | Vector32 |
typedef maxon::Vec3< maxon::Float64, 1 > | Vector64 |
typedef maxon::Vec3< maxon::Float64, 1 > | Vector |
typedef maxon::Vec2< maxon::Float64, 1 > | Vector2d |
typedef maxon::Vec2< maxon::Float64, 1 > | Vector2d64 |
typedef maxon::Mat3< maxon::Vector64 > | Matrix64 |
typedef maxon::Mat3< maxon::Vector32 > | Matrix32 |
typedef maxon::Mat3< maxon::Vector64 > | Matrix |
Functions | |
Bool | CompareFloatTolerant (Float32 a, Float32 b) |
Bool | CompareFloatTolerant (Float64 a, Float64 b) |
Bool | CheckFloat (Float32 r) |
Bool | CheckFloat (Float64 r) |
Float32 | RepairFloat (Float32 r) |
Float64 | RepairFloat (Float64 r) |
maxon::String | ToString (const Matrix32 &val, const maxon::FormatStatement *formatStatement, maxon::Bool checkDatatype=false) |
maxon::String | ToString (const Vector32 &val, const maxon::FormatStatement *formatStatement, maxon::Bool checkDatatype=false) |