Properties | List of all members
Factors3D Class Reference

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

Inherits object.

Properties

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

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.

Property Documentation

◆ x

x = property
static

float: The X factor.

◆ y

y = property
static

float: The Y factor.

◆ z

z = property
static

float: The Z factor.