is_float4x4

compas.data.is_float4x4(items)[source]

Verify that the sequence contains 4 sequences of each 4 floats.

Parameters

items (sequence) – The sequence of items.

Returns

bool