PSSMDemo.BasicCamera.Rotate C# (CSharp) Method

Rotate() public method

public Rotate ( Vector3 axis, float angle ) : void
axis Vector3
angle float
return void
        public void Rotate(Vector3 axis, float angle)
        {
            Rotate(ref axis, angle);
        }