Go to the source code of this file.
|
void | isaac::mergeJSON (json_t *result, json_t *candidate) |
|
void | isaac::mulMatrixMatrix (IceTDouble *result, const IceTDouble *matrix1, const IceTDouble *matrix2) |
|
void | isaac::mulMatrixVector (IceTDouble *result, const IceTDouble *matrix, const IceTDouble *vector) |
|
void | isaac::calcInverse (IceTDouble *inv, const IceTDouble *projection, const IceTDouble *modelview) |
|
isaac_float4 | isaac::getHSVA (isaac_float h, isaac_float s, isaac_float v, isaac_float a) |
|
void | isaac::setFrustum (IceTDouble *const projection, const isaac_float left, const isaac_float right, const isaac_float bottom, const isaac_float top, const isaac_float znear, const isaac_float zfar) |
|
void | isaac::setPerspective (IceTDouble *const projection, const isaac_float fovyInDegrees, const isaac_float aspectRatio, const isaac_float znear, const isaac_float zfar) |
|
void | isaac::spSetPerspectiveStereoscopic (IceTDouble *const projection, const isaac_float fovyInDegrees, const isaac_float aspectRatio, const isaac_float znear, const isaac_float zfar, const isaac_float z0, const isaac_float distance) |
|