.\" This is a wxWidgets manpage page generated from the XML docs .TH wxRealPoint 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxRealPoint \- Representation of a point using floating point numbers .SH DESCRIPTION A wxRealPoint is a useful data structure for graphics operations. It contains floating point point x and y members. See also wxPoint for an integer version. .SH "PARENTS" .SH "INCLUDE FILES" wx/gdicmn.h .SH MEMBERS .SS wxRealPoint () .SS wxRealPoint (double xdouble y) Create a point. \member{double}{ x} \member{double}{ y} Members of the wxRealPoint object. .SH "SEE ALSO" wxPoint .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.