C# Class Core.Triangle

Show file Open project: StanislavUshakov/NumericalMethods Class Usage Examples

Public Methods

Method Description
Square ( ) : double
Triangle ( Point i, Point j, Point k ) : System

Method Details

Square() public method

public Square ( ) : double
return double

Triangle() public method

public Triangle ( Point i, Point j, Point k ) : System
i Point
j Point
k Point
return System