MCPcopy Create free account
hub / github.com/admtrv/objcurses / Vec3

Method Vec3

utils/mathematics.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "mathematics.h"
6
7Vec3::Vec3(const float x, const float y, const float z) : x(x), y(y), z(z) {}
8
9Vec3 Vec3::operator+(const Vec3 &other) const
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected