Function

ClutterxyY_to_XYZ

Declaration [src]

void
clutter_xyY_to_XYZ (
  float x,
  float y,
  float Y,
  graphene_vec3_t* XYZ
)

Description

No description available.

Parameters

x

Type: float

No description available.

y

Type: float

No description available.

Y

Type: float

No description available.

XYZ

Type: graphene_vec3_t

No description available.

The data is owned by the caller of the function.