Required Associated Typeheckj.voxels 0.2.6Voxels
VoxelDataType
SDF.swift:7associatedtype VoxelDataType : SIMDScalar
associatedtype VoxelDataType : SIMDScalar
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.
protocol SIMDScalar : BitwiseCopyable
A type that can be used as an element in a SIMD vector.
func valueAt(_ combined: SIMD3<VoxelDataType>) -> VoxelDataType
func valueAt(x: VoxelDataType, y: VoxelDataType, z: VoxelDataType) -> VoxelDataType