SqueezeBrains SDK 1.13
sb_cs::SbPoint2dF Class Reference

Point class that wraps the sb_t_point2d_f 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

float x
 x coordinate
 
float y
 y coordinate
 

Detailed Description

Point class that wraps the sb_t_point2d_f structure

Definition at line 202 of file cs_sb.h.

Member Function Documentation

◆ ToString()

String sb_cs::SbPoint2dF::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: