Returns some properties of the triangle in StringNumberFormat-format.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public override string ToString() |
Visual Basic (Declaration) |
---|
Public Overrides Function ToString As String |
Visual C++ |
---|
public: virtual String^ ToString() override |
Return Value
Returns some properties of the triangle in a textual form.
Remarks
This string includes
- the hash code of the triangle,
- the three vertices of the triangle,
- the normal vector of the triangle,
- the area of the triangle,
- the circumference of the triangle and
- the center of the triangle.