B2d_shape_get_point_y - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Gets the y coordinate of the nth point of a given shape.

Parameters

Parameter Description
id index of the shape
pn nth point of the shape to get the y coordinate of

Return Values

double: Returns the y coordinate of the nth point of the given shape.

Example Call

// demonstrates getting the y coordinate of the second point of a shape
py = b2d_shape_get_point_y(myshape, 1);

NOTOC

⚠️ **GitHub.com Fallback** ⚠️