shapeworks::Sampler::CuttingPlaneType
#include <Sampler.h>
Public Attributes
| Name | |
|---|---|
| vnl_vector_fixed< double, 3 > | a |
| vnl_vector_fixed< double, 3 > | b |
| vnl_vector_fixed< double, 3 > | c |
Detailed Description
struct shapeworks::Sampler::CuttingPlaneType;
Convenient typedef for storing cutting plane information
Public Attributes Documentation
variable a
vnl_vector_fixed< double, 3 > a;
variable b
vnl_vector_fixed< double, 3 > b;
variable c
vnl_vector_fixed< double, 3 > c;
Updated on 2026-08-12 at 18:00:20 +0000