Initializerheckj.voxels 0.2.6Voxels
init(origin:cubeSize:)
VoxelScale.swift:66init(origin: SIMD3<Float>? = nil, cubeSize: Float? = nil)
init(origin: SIMD3<Float>? = nil, cubeSize: Float? = nil)
s6Voxels10VoxelScaleVAASfRszrlE6origin8cubeSizeACySfGs5SIMD3VySfGSg_SfSgtcfc
What are these?1TUFD
where T == Float
import Voxels
A Swift library for storage, manipulation, export, and 3D rendering of Voxel data.
struct VoxelScale<T> where T : SIMDScalar, T : Sendable
A scale that provides a mapping between Voxel coordinates and 3D points.
@frozen struct SIMD3<Scalar> where Scalar : SIMDScalar
A vector of three scalar values.
@frozen struct Float
A single-precision, floating-point value type.
init()