mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-25 01:23:52 +00:00
layout consistency pass pt 2 -place shapebase inheriting initpersistfields up top so the child layout appends to the parent
This commit is contained in:
parent
f07c8745b2
commit
ace18d0246
22 changed files with 162 additions and 157 deletions
|
|
@ -1011,6 +1011,11 @@ DefineEngineFunction( VectorOrthoBasis, MatrixF, ( AngAxisF aa ),,
|
|||
return mat;
|
||||
}
|
||||
|
||||
DefineEngineFunction(toEuler, VectorF, (MatrixF _in), ,
|
||||
"#Brief get the rotation of a matrix\n")
|
||||
{
|
||||
return _in.getForwardVector();
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//ConsoleFunction(VectorRot, const char*, 3, 3, "(Vector3F, float) rotate a vector in 2d")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue