Page 1 of 1

Convexhull function

Posted: Mon Jan 04, 2016 9:27 pm
by 15673318
Hi.

I want to use the function convexHull which calculates the boundary points of the convex hull of a set of 2D xy points.
I've been trying to use this function (I'm working with VB), but I canĀ“t make it work. When I try to include it, VB does not recognize it.
I did not find anything in the example file, Do you have an example? How can I make it work? please.


Thanks in advance.

Re: Convexhull function

Posted: Thu Jan 07, 2016 8:55 am
by Christopher
Hello Paola,

Apologies for the delay in this reply.

The clearest example of the use of the ConvexHull function within the TeeChart code itself is in the Perimeter function, an example of which is in the feature demo:

%PROGRAMFILES(x86)%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.12160\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe

All Features -> Welcome !\Functions\Extended\Perimeter

You can see its use in the source code using a .NET reflector, e.g.
reflector_addpoints.PNG
reflector_addpoints.PNG (84.75 KiB) Viewed 6269 times

Re: Convexhull function

Posted: Fri Jan 08, 2016 3:53 pm
by 15673318
Thank you very much :)