Menu

SourceCode_0_0_Classes_Point

NicroHobak

Class: Point

Overview

A Point is a simple 2-dimensional point (typically a position on a Surface.)

Relationships

  • Inheritance:
    • Parents:
      • None
    • Children:
      • None
  • Related:

Member Variables

Data Type Name Details
int X The X component of the Point
int Y The Y component of the Point

Member Functions

Name Details
operator+ Adds points together
operator- Finds the difference between points
operator+= As expected
operator-= As expected

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.