Public Member Functions | Public Attributes
ApproxMVBB::MinAreaRectangle::Box2d Struct Reference

#include <MinAreaRectangle.hpp>

List of all members.

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]
Vector2 m_u
 vector of first side (x-Axis) (normalized)
PREC m_uL = 0.0
 Length in direction u.
Vector2 m_v
 vector of second side (y-Axis) (normalized)
PREC m_vL = 0.0
 Length direction v.

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

Definition at line 65 of file MinAreaRectangle.hpp.

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.

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

Definition at line 59 of file MinAreaRectangle.hpp.

Length in direction u.

Definition at line 62 of file MinAreaRectangle.hpp.

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

Definition at line 60 of file MinAreaRectangle.hpp.

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 Sat Jun 8 2019 20:21:50