Public Attributes | List of all members
TriMetricVals Struct Reference

A struct to hold values computed by v_tri_quality. More...

#include <verdict.h>

Public Attributes

double edge_ratio
 
double aspect_ratio
 
double radius_ratio
 
double aspect_frobenius
 
double area
 
double minimum_angle
 
double maximum_angle
 
double condition
 
double scaled_jacobian
 
double shape
 
double relative_size_squared
 
double shape_and_size
 
double distortion
 

Detailed Description

A struct to hold values computed by v_tri_quality.

TriMetricVals is used just as QuadMetricVals. For an example, see the Example Usage of the QuadMetricVals Structure.

Definition at line 349 of file verdict.h.

Member Data Documentation

◆ edge_ratio

double TriMetricVals::edge_ratio
See also
v_tri_edge_ratio

Definition at line 352 of file verdict.h.

◆ aspect_ratio

double TriMetricVals::aspect_ratio
See also
v_tri_aspect_ratio

Definition at line 354 of file verdict.h.

◆ radius_ratio

double TriMetricVals::radius_ratio
See also
v_tri_radius_ratio

Definition at line 356 of file verdict.h.

◆ aspect_frobenius

double TriMetricVals::aspect_frobenius
See also
v_tri_aspect_frobenius

Definition at line 358 of file verdict.h.

◆ area

double TriMetricVals::area
See also
v_tri_area

Definition at line 360 of file verdict.h.

◆ minimum_angle

double TriMetricVals::minimum_angle
See also
v_tri_minimum_angle

Definition at line 362 of file verdict.h.

◆ maximum_angle

double TriMetricVals::maximum_angle
See also
v_tri_maximum_angle

Definition at line 364 of file verdict.h.

◆ condition

double TriMetricVals::condition
See also
v_tri_condition

Definition at line 366 of file verdict.h.

◆ scaled_jacobian

double TriMetricVals::scaled_jacobian
See also
v_tri_scaled_jacobian

Definition at line 368 of file verdict.h.

◆ shape

double TriMetricVals::shape
See also
v_tri_shape

Definition at line 370 of file verdict.h.

◆ relative_size_squared

double TriMetricVals::relative_size_squared
See also
v_tri_relative_size_squared

Definition at line 372 of file verdict.h.

◆ shape_and_size

double TriMetricVals::shape_and_size
See also
v_tri_shape_and_size

Definition at line 374 of file verdict.h.

◆ distortion

double TriMetricVals::distortion
See also
v_tri_distortion

Definition at line 376 of file verdict.h.


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