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

    Class AlignDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      Returns AlignDto<T>

    Properties

    shape: T

    Shape for translation

    undefined
    
    fromOrigin: Point3
    [0, 0, 0]
    
    fromDirection: Vector3

    From direction

    [0, 0, 1]
    
    toOrigin: Point3

    To origin

    [0, 1, 0]
    
    toDirection: Vector3

    To direction

    [0, 1, 0]