float4#

class gs_nyx.nyx_py_sdk.float4#

Bases: object

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

Constructors

float4()

Construct a zero-initialized float4.

float4(x: float, y: float, z: float, w: float)

Construct a float4 from explicit components.

Attributes

w

W component.

x

X component.

y

Y component.

z

Z component.