Bitbybit Docs
    Preparing search index...

    Class TranslateXYZDto<T> (Inputs.Manifold)

    A solid and three distances for manifold.transforms.translateXYZ.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalmanifold: T
      • Optionalx: number
      • Optionaly: number
      • Optionalz: number

      Returns TranslateXYZDto<T>

    Properties

    manifold: T

    The solid to move.

    x: number

    How far to move along X, in model units.

    0
    

    -Infinity

    Infinity

    1

    y: number

    How far to move along Y, in model units.

    0
    

    -Infinity

    Infinity

    1

    z: number

    How far to move along Z, in model units.

    0
    

    -Infinity

    Infinity

    1