The `FPoint.y` represents the y-coordinate of a point in a two-dimensional space using the C++ programming language. It is typically used in conjunction with the `FPoint.x` to specify the position of a point. The value assigned to `FPoint.y` determines the vertical position of the point on a Cartesian plane or any other coordinate system.
C++ (Cpp) fpoint::y - 2 examples found. These are the top rated real world C++ (Cpp) examples of fpoint::y extracted from open source projects. You can rate examples to help us improve the quality of examples.