Пример #1
0
        public float area()
        {
            float a = mConcavity * mP1.Area(mP2, mP3);

            return(a);
        }