SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
mesh::QuadQuality Struct Reference

#include <meshquadquality.h>

Collaboration diagram for mesh::QuadQuality:

Public Attributes

double minAngleDeg = 0.0
 
double maxAngleDeg = 0.0
 
double scaledJacobian = 0.0
 min_i sin(theta_i), signed (negative = folded).
 
double rectangularity = 0.0
 1 - max_i |theta_i - 90| / 90.
 
double aspect = 1.0
 mean(s0,s2) vs mean(s1,s3), >= 1.
 
double skew = 0.0
 |cos(angle between diagonals)|, 0 for a rectangle.
 
double area = 0.0
 shoelace, absolute.
 
bool convex = false
 all four cross products share the sign of the total area.
 

Member Data Documentation

◆ area

double mesh::QuadQuality::area = 0.0

shoelace, absolute.

◆ aspect

double mesh::QuadQuality::aspect = 1.0

mean(s0,s2) vs mean(s1,s3), >= 1.

◆ convex

bool mesh::QuadQuality::convex = false

all four cross products share the sign of the total area.

◆ maxAngleDeg

double mesh::QuadQuality::maxAngleDeg = 0.0

◆ minAngleDeg

double mesh::QuadQuality::minAngleDeg = 0.0

◆ rectangularity

double mesh::QuadQuality::rectangularity = 0.0

1 - max_i |theta_i - 90| / 90.

◆ scaledJacobian

double mesh::QuadQuality::scaledJacobian = 0.0

min_i sin(theta_i), signed (negative = folded).

◆ skew

double mesh::QuadQuality::skew = 0.0

|cos(angle between diagonals)|, 0 for a rectangle.


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