CVB++ 14.0
Factors3D Class Reference

Factor components to be applied in the 3D domain. More...

#include <cvb/core_3d.hpp>

Public Member Functions

 Factors3D (double x=1, double y=1, double z=1)
 Creates a new Factors3D object. More...
 

Public Attributes

double X
 The X factor.
 
double Y
 The Y factor.
 
double Z
 The Z factor.
 

Detailed Description

Factor components to be applied in the 3D domain.

Constructor & Destructor Documentation

◆ Factors3D()

Factors3D ( double  x = 1,
double  y = 1,
double  z = 1 
)
inline

Creates a new Factors3D object.

Parameters
[in]xFactor for the x-component.
[in]yFactor for the y-component.
[in]zFactor for the z-component.