Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
RealVector2D::RealVector2D(float x_, float y_)
4
: x(x_)
5
, y(y_)
6
{}
7
8
RealVector2D::RealVector2D(std::initializer_list<float> l)
9
{
Callers
nothing calls this directly
Calls
1
begin
Method · 0.80
Tested by
no test coverage detected