CSharpGL.ArcBallManipulater.GetRotationMatrix C# (CSharp) Method

GetRotationMatrix() public method

public GetRotationMatrix ( ) : CSharpGL.mat4
return CSharpGL.mat4
        public mat4 GetRotationMatrix()
        {
            return totalRotation;
        }