Instance Propertyheckj.voxels 0.2.6Voxels
_function
SDF.swift:14let _function: (SIMD3<T>) -> T
let _function: (SIMD3<T>) -> T
import Voxels
A Swift library for storage, manipulation, export, and 3D rendering of Voxel data.
struct SDFSampleable<T> where T : SIMDScalar
A wrapper for a signed distance function.
@frozen struct SIMD3<Scalar> where Scalar : SIMDScalar
A vector of three scalar values.
init(_function: @escaping (SIMD3<T>) -> T)
func valueAt(_ combined: SIMD3<T>) -> T
func valueAt(x: T, y: T, z: T) -> T