Public Member Functions | Public Attributes | List of all members
ApproxMVBB::MinAreaRectangle::Box2d Struct Reference

#include <MinAreaRectangle.hpp>

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW void reset ()
 

Public Attributes

PREC m_area = 0.0
 
Vector2 m_p
 first corner x = m_p0 + m_u*m_uL * u + m_v*m_vL * v , u,v in [0,1] More...
 
Vector2 m_u
 vector of first side (x-Axis) (normalized) More...
 
PREC m_uL = 0.0
 Length in direction u. More...
 
Vector2 m_v
 vector of second side (y-Axis) (normalized) More...
 
PREC m_vL = 0.0
 Length direction v. More...
 

Detailed Description

Definition at line 48 of file MinAreaRectangle.hpp.

Member Function Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW void ApproxMVBB::MinAreaRectangle::Box2d::reset ( )
inline

Definition at line 50 of file MinAreaRectangle.hpp.

Member Data Documentation

PREC ApproxMVBB::MinAreaRectangle::Box2d::m_area = 0.0

Definition at line 65 of file MinAreaRectangle.hpp.

Vector2 ApproxMVBB::MinAreaRectangle::Box2d::m_p

first corner x = m_p0 + m_u*m_uL * u + m_v*m_vL * v , u,v in [0,1]

Definition at line 58 of file MinAreaRectangle.hpp.

Vector2 ApproxMVBB::MinAreaRectangle::Box2d::m_u

vector of first side (x-Axis) (normalized)

Definition at line 59 of file MinAreaRectangle.hpp.

PREC ApproxMVBB::MinAreaRectangle::Box2d::m_uL = 0.0

Length in direction u.

Definition at line 62 of file MinAreaRectangle.hpp.

Vector2 ApproxMVBB::MinAreaRectangle::Box2d::m_v

vector of second side (y-Axis) (normalized)

Definition at line 60 of file MinAreaRectangle.hpp.

PREC ApproxMVBB::MinAreaRectangle::Box2d::m_vL = 0.0

Length direction v.

Definition at line 63 of file MinAreaRectangle.hpp.


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


asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Mon Jun 10 2019 12:38:09