Murl::Input::IPlane Interface Referenceabstract

The IPlane interface. More...

#include "murl_input_i_plane.h"

Inherited by Murl::Input::EllipticTouchArea, and Murl::Input::RectangularTouchArea.

Public Member Functions

virtual void SetSize (Real sizeX, Real sizeY)=0
 Set the width and height of the plane. More...
 
virtual Real GetSizeX () const =0
 Get the width of the plane. More...
 
virtual Real GetSizeY () const =0
 Get the height of the plane. More...
 
virtual void SetOffset (Real offsetX, Real offsetY)=0
 Set the horizontal and vertical offset of the plane. More...
 
virtual Real GetOffsetX () const =0
 Get the horizontal offset of the plane. More...
 
virtual Real GetOffsetY () const =0
 Get the vertical offset of the plane. More...
 

Detailed Description

The IPlane interface.

Member Function Documentation

◆ SetSize()

virtual void Murl::Input::IPlane::SetSize ( Real  sizeX,
Real  sizeY 
)
pure virtual

Set the width and height of the plane.

Parameters
sizeXThe width of the plane.
sizeYThe height of the plane.

◆ GetSizeX()

virtual Real Murl::Input::IPlane::GetSizeX ( ) const
pure virtual

Get the width of the plane.

Returns
The width of the plane.

◆ GetSizeY()

virtual Real Murl::Input::IPlane::GetSizeY ( ) const
pure virtual

Get the height of the plane.

Returns
The height of the plane.

◆ SetOffset()

virtual void Murl::Input::IPlane::SetOffset ( Real  offsetX,
Real  offsetY 
)
pure virtual

Set the horizontal and vertical offset of the plane.

Parameters
offsetXThe horizontal offset.
offsetYThe vertical offset.

◆ GetOffsetX()

virtual Real Murl::Input::IPlane::GetOffsetX ( ) const
pure virtual

Get the horizontal offset of the plane.

Returns
The horizontal offset.

◆ GetOffsetY()

virtual Real Murl::Input::IPlane::GetOffsetY ( ) const
pure virtual

Get the vertical offset of the plane.

Returns
The vertical offset.

The documentation for this interface was generated from the following file:
  • murl_input_i_plane.h


Copyright © 2011-2024 Spraylight GmbH.