teqp 0.22.0
|
#include <VLLE_types.hpp>
Public Attributes | |
std::size_t | j |
The index on one side of the intersection, j and j+1 bracket the intersection, s is the fraction between j and j+1. | |
std::size_t | k |
The index on one side of the intersection, k and k+1 bracket the intersection, t is the fraction between k and k+1. | |
double | s |
The fraction of the way between j and j+1. | |
double | t |
The fraction of the way between k and k+1. | |
double | x |
The x coordinate of the estimated intersection. | |
double | y |
The y coordinate of the estimated intersection. | |
Definition at line 8 of file VLLE_types.hpp.
std::size_t teqp::VLLE::SelfIntersectionSolution::j |
The index on one side of the intersection, j and j+1 bracket the intersection, s is the fraction between j and j+1.
Definition at line 10 of file VLLE_types.hpp.
std::size_t teqp::VLLE::SelfIntersectionSolution::k |
The index on one side of the intersection, k and k+1 bracket the intersection, t is the fraction between k and k+1.
Definition at line 11 of file VLLE_types.hpp.
double teqp::VLLE::SelfIntersectionSolution::s |
The fraction of the way between j and j+1.
Definition at line 12 of file VLLE_types.hpp.
double teqp::VLLE::SelfIntersectionSolution::t |
The fraction of the way between k and k+1.
Definition at line 13 of file VLLE_types.hpp.
double teqp::VLLE::SelfIntersectionSolution::x |
The x coordinate of the estimated intersection.
Definition at line 14 of file VLLE_types.hpp.
double teqp::VLLE::SelfIntersectionSolution::y |
The y coordinate of the estimated intersection.
Definition at line 15 of file VLLE_types.hpp.