float3#

class gs_nyx.nyx_py_sdk.float3#

Bases: object

Three-component single-precision float vector (x, y, z).

Constructors

float3()

Construct a zero-initialized float3.

float3(x: float, y: float, z: float)

Construct a float3 from explicit components.

Attributes

x

X component.

y

Y component.

z

Z component.