Initializerheckj.voxels 0.2.6Voxels
init(_function:)
SDF.swift:16init(_function: @escaping (SIMD3<T>) -> T)
init(_function: @escaping (SIMD3<T>) -> T)
s6Voxels13SDFSampleableV9_functionACyxGxs5SIMD3VyxGYbc_tcfc
What are these?3PU9X
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.
let _function: (SIMD3<T>) -> T
func valueAt(_ combined: SIMD3<T>) -> T
func valueAt(x: T, y: T, z: T) -> T