Point Cloud Library (PCL)  1.9.1
List of all members | Public Attributes
pcl::MLSResult::PolynomialPartialDerivative Struct Reference

Data structure used to store the MLS polynomial partial derivatives. More...

#include <pcl/surface/mls.h>

Public Attributes

double z
 The z component of the polynomial evaluated at z(u, v). More...
 
double z_u
 The partial derivative dz/du. More...
 
double z_v
 The partial derivative dz/dv. More...
 
double z_uu
 The partial derivative d^2z/du^2. More...
 
double z_vv
 The partial derivative d^2z/dv^2. More...
 
double z_uv
 The partial derivative d^2z/dudv. More...
 

Detailed Description

Data structure used to store the MLS polynomial partial derivatives.

Definition at line 68 of file mls.h.

Member Data Documentation

◆ z

double pcl::MLSResult::PolynomialPartialDerivative::z

◆ z_u

double pcl::MLSResult::PolynomialPartialDerivative::z_u

◆ z_uu

double pcl::MLSResult::PolynomialPartialDerivative::z_uu

◆ z_uv

double pcl::MLSResult::PolynomialPartialDerivative::z_uv

◆ z_v

double pcl::MLSResult::PolynomialPartialDerivative::z_v

◆ z_vv

double pcl::MLSResult::PolynomialPartialDerivative::z_vv

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