Wildmeshing Toolkit
Loading...
Searching...
No Matches
Public Attributes | List of all members
wmtk::components::topological_offset::OffsetSurfaceSample Struct Reference

one sample of the input complex's implicit offset field, taken near a point on an offset-surface face. normal is Vector3d::Zero() if the sample point landed exactly on the input complex, in which case no normal direction could be recovered. More...

#include <TopoOffsetTetMesh.h>

Public Attributes

Vector3d point
 
Vector3d nearest
 
Vector3d normal
 
double weight
 

Detailed Description

one sample of the input complex's implicit offset field, taken near a point on an offset-surface face. normal is Vector3d::Zero() if the sample point landed exactly on the input complex, in which case no normal direction could be recovered.

Note
mirrors a single sample of https://github.com/wildmeshing/topological-offsets/blob/main/components/topological_offsets/wmtk/components/topological_offsets/internal/utils/Quadrics.cpp's get_triangle_samples_and_area()

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