CSharpGL.ArcBallManipulater.GetRotationMatrix C# (CSharp) Метод

GetRotationMatrix() публичный Метод

public GetRotationMatrix ( ) : CSharpGL.mat4
Результат CSharpGL.mat4
        public mat4 GetRotationMatrix()
        {
            return totalRotation;
        }