File: programlisting.h

package info (click to toggle)
breathe 4.36.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,224 kB
  • sloc: python: 12,703; cpp: 1,737; makefile: 523; xml: 168; sh: 54; ansic: 52
file content (15 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/*! Vector class */
class Vector {};

/*!
 * The center of the InteractionBox in device coordinates (millimeters). This point
 * is equidistant from all sides of the box.
 *
 * \include programlistinginclude.txt
 *
 * @returns The InteractionBox center in device coordinates.
 * @since 1.0
 */
LEAP_EXPORT Vector center() const;