numerics
Loading...
Searching...
No Matches
Trail Struct Reference

Public Member Functions

void push (float x, float y)
 

Public Attributes

std::deque< Vector2 > pts
 

Detailed Description

Definition at line 282 of file main.cpp.

Member Function Documentation

◆ push()

void Trail::push ( float  x,
float  y 
)
inline

Definition at line 284 of file main.cpp.

References pts.

Member Data Documentation

◆ pts

std::deque<Vector2> Trail::pts

Definition at line 283 of file main.cpp.

Referenced by push().


The documentation for this struct was generated from the following file: