smooth
A C++ library for Lie theory
Loading...
Searching...
No Matches
Public Attributes | List of all members
lp2d::detail::HalfPlane Struct Reference

Halfplane represented as inequality ax + by <= c. More...

#include <lp2d.hpp>

Public Attributes

Scalar a
 
Scalar b
 
Scalar c
 
bool active {true}
 

Detailed Description

Halfplane represented as inequality ax + by <= c.

Definition at line 31 of file lp2d.hpp.

Member Data Documentation

◆ a

Scalar lp2d::detail::HalfPlane::a

Definition at line 33 of file lp2d.hpp.

◆ active

bool lp2d::detail::HalfPlane::active {true}

Definition at line 34 of file lp2d.hpp.

◆ b

Scalar lp2d::detail::HalfPlane::b

Definition at line 33 of file lp2d.hpp.

◆ c

Scalar lp2d::detail::HalfPlane::c

Definition at line 33 of file lp2d.hpp.


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