BulletCSharp.btQuaternion.setEuler C# (CSharp) Method

setEuler() public method

public setEuler ( float yaw, float pitch, float roll ) : void
yaw float
pitch float
roll float
return void
        public void setEuler(float yaw, float pitch, float roll)
        {
            LinearMathPINVOKE.btQuaternion_setEuler(swigCPtr, yaw, pitch, roll);
        }