MakeF2DPoint

  Classes Reference > Functional Reference >

MakeF2DPoint

Previous pageReturn to chapter overviewNext page

Creates a TF2DPoint structure from two coordinates.

Unit

sgConsts

function MakeF2DPoint(const X, Y: TsgFloat): TF2DPoint;

Description

Call MakeF2DPoint to create a TF2DPoint that represents the specified coordinates. Use MakeF2DPoint to construct parameters for functions that require a 2D - point, rather than setting up local variables for each parameter.

Go to CAD VCL Enterprise