Bitbybit Docs
    Preparing search index...

    Class VectorXYZDto (Inputs.Vector)

    vector.vectorXYZ 组合成 [x, y, z] 的三个值。

    Index

    Constructors

    Properties

    x y z

    Constructors

    • Parameters

      • Optionalx: number
      • Optionaly: number
      • Optionalz: number

      Returns VectorXYZDto

    Properties

    x: number

    X 值,第一项。

    0
    

    -Infinity

    Infinity

    0.5

    y: number

    Y 值,第二项;Y 向上。

    0
    

    -Infinity

    Infinity

    0.5

    z: number

    Z 值,第三项。

    0
    

    -Infinity

    Infinity

    0.5