Math3D Full Project API
    Preparing search index...
    type VolumeSliceData = {
        axis: SliceAxis;
        height: number;
        plane: SlicePlane;
        sliceIndex: number;
        stats: VolumeSliceStats;
        values: Float32Array;
        width: number;
    }
    Index

    Properties

    axis: SliceAxis
    height: number
    plane: SlicePlane
    sliceIndex: number
    values: Float32Array
    width: number