#include "MercuryMath.h"
Go to the source code of this file.
Functions | |
void | Mul4f (const float *first, const float *second, float *out) |
void | Div4f (const float *first, const float *second, float *out) |
void | Add4f (const float *first, const float *second, float *out) |
void | Sub4f (const float *first, const float *second, float *out) |
void | Copy4f (void *dest, const void *source) |
void | Copy8f (void *dest, const void *source) |
void | Copy16f (void *dest, const void *source) |
void | R_ConcatTransforms4 (const float *in1, const float *in2, float *out) |
void | VectorMultiply4f (const float *m, float *p, float *out) |
void Add4f | ( | const float * | first, | |
const float * | second, | |||
float * | out | |||
) |
Definition at line 23 of file MercuryMath.cpp.
void Copy16f | ( | void * | dest, | |
const void * | source | |||
) |
Definition at line 60 of file MercuryMath.cpp.
void Copy4f | ( | void * | dest, | |
const void * | source | |||
) |
Definition at line 39 of file MercuryMath.cpp.
void Copy8f | ( | void * | dest, | |
const void * | source | |||
) |
Definition at line 47 of file MercuryMath.cpp.
void Div4f | ( | const float * | first, | |
const float * | second, | |||
float * | out | |||
) |
Definition at line 15 of file MercuryMath.cpp.
void Mul4f | ( | const float * | first, | |
const float * | second, | |||
float * | out | |||
) |
Definition at line 7 of file MercuryMath.cpp.
void R_ConcatTransforms4 | ( | const float * | in1, | |
const float * | in2, | |||
float * | out | |||
) |
Definition at line 83 of file MercuryMath.cpp.
void Sub4f | ( | const float * | first, | |
const float * | second, | |||
float * | out | |||
) |
Definition at line 31 of file MercuryMath.cpp.
void VectorMultiply4f | ( | const float * | m, | |
float * | p, | |||
float * | out | |||
) |
Definition at line 124 of file MercuryMath.cpp.