Expression
Expression utils.
#include <math/TellusimExpression.h>
Functions
Scalar expressions.
int64_t getScalari64(const char *src)
uint64_t getScalaru64(const char *src)
float32_t getScalarf32(const char *src)
float64_t getScalarf64(const char *src)
Vector expressions.
Vector2f getVector2f(const char *src, const char *type = "Vector2f")
Vector3f getVector3f(const char *src, const char *type = "Vector3f")
Vector4f getVector4f(const char *src, const char *type = "Vector4f")
Matrix expressions.
Matrix3x2f getMatrix3x2f(const char *src, const char *type = "Matrix3x2f")
Matrix4x3f getMatrix4x3f(const char *src, const char *type = "Matrix4x3f")
Matrix4x4f getMatrix4x4f(const char *src, const char *type = "Matrix4x4f")