![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A line. More...
#include <FieldDecompiler.h>
Public Attributes | |
std::string | name |
Name of the line entity. More... | |
std::vector< float > | point_a |
First point of the line. More... | |
std::vector< float > | point_b |
Second point of the line. More... | |
A line.
std::string FieldDecompiler::Line::name |
Name of the line entity.
std::vector<float> FieldDecompiler::Line::point_a |
First point of the line.
std::vector<float> FieldDecompiler::Line::point_b |
Second point of the line.