CVBpy 14.0
Factors3D Class Reference

Per component factors for 3D points. More...

Inherits object.

Properties

 x = property
 float: The X factor.
 
 y = property
 float: The Y factor.
 
 z = property
 float: The Z factor.
 

Detailed Description

Per component factors for 3D points.

Creates component factors with from values (default 0.0).

Parameters

x : float The X factor.

y : float The Y factor.

z : float The Z factor.