lab_inheritance
Insidious Inheritance
shape.cpp File Reference

Implementation of the Shape class. More...

#include "shape.h"
#include "color.h"
#include "line.h"
Include dependency graph for shape.cpp:

Variables

const Vector2 DEFAULT_CENTER (64, 64)
 
const HSLAPixel DEFAULT_COLOR = color::BLACK
 

Detailed Description

Implementation of the Shape class.

Variable Documentation

◆ DEFAULT_CENTER

const Vector2 DEFAULT_CENTER(64, 64)

◆ DEFAULT_COLOR

const HSLAPixel DEFAULT_COLOR = color::BLACK