MCPcopy Create free account
hub / github.com/carbonengine/trinity / CustomProjection

Method CustomProjection

trinity/TriProjection.cpp:59–63  ·  view source on GitHub ↗

------------------------------------------------------------- Description: Sets this projection to a custom projection from a matrix Arguments: mat - the projection transform matrix to be used -------------------------------------------------------------

Source from the content-addressed store, hash-verified

57// mat - the projection transform matrix to be used
58// -------------------------------------------------------------
59void TriProjection::CustomProjection( const Matrix& mat )
60{
61 m_projectionType = TRIPROJECTION_CUSTOM;
62 m_customTransform = mat;
63}
64
65int TriProjection::GetProjectionType()
66{

Callers 3

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected