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 2024-03-17 at 12:58:44 -0600