interface IntersectingVolumesUniform {
    count: number;
    volumes: IntersectingVolumeUniform[];
}

Properties

Properties

count: number