Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • SliceDto

Index

Constructors

Properties

Constructors

constructor

  • new SliceDto<T>(shape?: T, step?: number, direction?: Vector3): SliceDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional step: number
    • Optional direction: Vector3

    Returns SliceDto<T>

Properties

direction

direction: Vector3

Direction vector

default

[0, 1, 0]

shape

shape: T

The shape to slice

default

undefined

step

step: number

Step at which to divide the shape

default

0.1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc