func valueAt(x: VoxelDataType, y: VoxelDataType, z: VoxelDataType) -> VoxelDataType
s6Voxels15VoxelSampleableP7valueAt1x1y1z0B8DataTypeQzAI_A2ItF
6NP45
import Voxels
A Swift library for storage, manipulation, export, and 3D rendering of Voxel data.
protocol VoxelSampleable
A type that can be sampled at regular locations.
associatedtype VoxelDataType : SIMDScalar
func valueAt(_ combined: SIMD3<VoxelDataType>) -> VoxelDataType