bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class SliceInStepPatternDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    The shape to slice

    undefined
    
    steps: number[]

    Steps that should be used for slicing. This array is going to be treated as a pattern - this menas that if the actual number of steps is lower than the number of steps in the pattern, the pattern will be repeated.

    [0.1, 0.2]
    
    direction: Vector3

    Direction vector

    [0, 1, 0]