pointf(BMessage *)
Takes a BMessage with point data and creates a pointf with the passed data.
void draw()
rests unimplemented.
status_t Archive(BMessage *, bool)
Archived information:
NAME | TYPE | VALUE |
GType | B_STRING_TYPE | "POINT" |
Coords | B_RAW_TYPE | {dump of coordinates} |
class | B_STRING_TYPE | pointf |
static BArchivable *Instantiate(BMessage *)
Takes a BMessage and returns the BArchivable-cast pointer to the new pointf. The calling procedure
now owns the pointf.
vectorf vertex
The vector comprising the point.