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

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

protected getRotationAndVelocity ( double sensors ) : float[]
sensors double
Результат float[]
        protected override float[] getRotationAndVelocity(double[] sensors)
        {
            float orientation = _rand.Next(-5, 5);


            return new float[] { orientation, MaxVelocity };
        }