line_t Struct Reference

直線を表現 More...

List of all members.

Public Attributes

double a
double b
double c


Detailed Description

直線を表現

ax + by + c = 0

Definition at line 16 of file pathUtils.cpp.


Member Data Documentation

double line_t::a

a項

Definition at line 17 of file pathUtils.cpp.

Referenced by VXV::getNextLinePoint().

double line_t::b

b項

Definition at line 18 of file pathUtils.cpp.

Referenced by VXV::getNextLinePoint().

double line_t::c

c項

Definition at line 19 of file pathUtils.cpp.

Referenced by VXV::getNextLinePoint().


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

Generated on Mon Apr 13 22:52:07 2009 by  doxygen 1.5.7.1