PointGetY
fixed PointGetY(point base);
Return the Y component of a point.
Parameters
- point b
Base point
Return value
fixed -
The Y component of a point.
Examples
- Example: Sample Usage
point p = Point(10, 30);
fixed x = PointGetX(p); //10
fixed y = PointGetY(p); //30
You must login to post a comment. Don't have an account? Register to get one!
Facts
- Date created
- Jul 31, 2010
- Last updated
- Jul 31, 2010