Matrix: some reformattings.
parent
ea61e8bc5b
commit
0d3e826182
|
@ -232,7 +232,8 @@ public:
|
||||||
* @param out Receives the output matrix
|
* @param out Receives the output matrix
|
||||||
* @return Reference to the output matrix
|
* @return Reference to the output matrix
|
||||||
*/
|
*/
|
||||||
static aiMatrix4x4t& Translation( const aiVector3t<TReal>& v, aiMatrix4x4t& out);
|
static aiMatrix4x4t& Translation( const aiVector3t<TReal>& v,
|
||||||
|
aiMatrix4x4t& out);
|
||||||
|
|
||||||
// -------------------------------------------------------------------
|
// -------------------------------------------------------------------
|
||||||
/** @brief Returns a scaling matrix
|
/** @brief Returns a scaling matrix
|
||||||
|
|
Loading…
Reference in New Issue