V-Gears 0
Free Final Fantasy VII engine.
FieldDecompiler::Line Struct Reference

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...
 

Detailed Description

A line.

Member Data Documentation

◆ name

std::string FieldDecompiler::Line::name

Name of the line entity.

◆ point_a

std::vector<float> FieldDecompiler::Line::point_a

First point of the line.

◆ point_b

std::vector<float> FieldDecompiler::Line::point_b

Second point of the line.


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