SqueezeBrains SDK 1.13
sb_cs::SbPoint Class Reference

Point class that wraps the sb_t_point structure More...

#include <cs_sb.h>

Public Member Functions

String ToString () override
 Formats the sample coordinate in a readable string (x;y). More...
 

Data Fields

int x
 x coordinate
 
int y
 y coordinate
 

Detailed Description

Point class that wraps the sb_t_point structure

Definition at line 180 of file cs_sb.h.

Member Function Documentation

◆ ToString()

String sb_cs::SbPoint::ToString ( )
override

Formats the sample coordinate in a readable string (x;y).

Returns
An instance to the String class or null in case of memory error

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