ROVLib2
RISCOSC++applicationdevelopmentlibrary
Public Member Functions | List of all members
rov2::CCoordinateConverter Class Reference

#include <coordinateconverter.h>

Inheritance diagram for rov2::CCoordinateConverter:
Inheritance graph
[legend]

Public Member Functions

virtual tLocation FromScreen (const tLocation &rklScreen)
 
virtual tLocation ToScreen (const tLocation &rklObject)
 

Detailed Description

Defines a coordinate converter class which must be overridden in order for the parent class to compile

Definition at line 9 of file coordinateconverter.h.

Member Function Documentation

◆ FromScreen()

virtual tLocation rov2::CCoordinateConverter::FromScreen ( const tLocation rklScreen)
inlinevirtual

Converts a location from screen to object reference

Definition at line 13 of file coordinateconverter.h.

◆ ToScreen()

virtual tLocation rov2::CCoordinateConverter::ToScreen ( const tLocation rklObject)
inlinevirtual

Converts a location from object reference to screen

Definition at line 16 of file coordinateconverter.h.


The documentation for this class was generated from the following file: