MCPcopy Create free account
hub / github.com/chrxh/alien / RealVector2D

Method RealVector2D

source/Base/Vector2D.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Vector2D.h"
2
3RealVector2D::RealVector2D(float x_, float y_)
4 : x(x_)
5 , y(y_)
6{}
7
8RealVector2D::RealVector2D(std::initializer_list<float> l)
9{

Callers

nothing calls this directly

Calls 1

beginMethod · 0.80

Tested by

no test coverage detected