SharpMath.AngleAxis.Set C# (CSharp) Метод

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

public Set ( float _fAngle, float _x, float _y, float _z ) : void
_fAngle float
_x float
_y float
_z float
Результат void
        public void Set( float _fAngle, float _x, float _y, float _z )
        {
            Angle = _fAngle; Axis.Set( _x, _y, _z );
        }

Same methods

AngleAxis::Set ( float _fAngle, float3 _Axis ) : void