I have a basic vector/point class where I've overloaded a bunch of arithmetical operators:



#pragma once

class point
{
public: