is_float4x4

compas.data.is_float4x4(items)[source]

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

Parameters

items (iterable) – The sequence of items.

Returns

bool