social_learning.SpinningAgent.getRotationAndVelocity C# (CSharp) Метод

getRotationAndVelocity() защищенный Метод

protected getRotationAndVelocity ( double sensors ) : float[]
sensors double
Результат float[]
        protected override float[] getRotationAndVelocity(double[] sensors)
        {
            return new float[] { 15, -5 };
        }
        public override void Reset()