teqp 0.22.0
Loading...
Searching...
No Matches
teqp::VLLE::SelfIntersectionSolution Struct Reference

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

Detailed Description

Definition at line 8 of file VLLE_types.hpp.

Member Data Documentation

◆ j

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.

◆ k

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.

◆ s

double teqp::VLLE::SelfIntersectionSolution::s

The fraction of the way between j and j+1.

Definition at line 12 of file VLLE_types.hpp.

◆ t

double teqp::VLLE::SelfIntersectionSolution::t

The fraction of the way between k and k+1.

Definition at line 13 of file VLLE_types.hpp.

◆ x

double teqp::VLLE::SelfIntersectionSolution::x

The x coordinate of the estimated intersection.

Definition at line 14 of file VLLE_types.hpp.

◆ y

double teqp::VLLE::SelfIntersectionSolution::y

The y coordinate of the estimated intersection.

Definition at line 15 of file VLLE_types.hpp.


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