Bitbybit Docs
    Preparing search index...

    Class PointXYZDto (Inputs.Point)

    point.pointXYZ 组合成 [x, y, z] 的三个值。

    Index

    Constructors

    Properties

    x y z

    Constructors

    • Parameters

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

      Returns PointXYZDto

    Properties

    x: number

    X 值,第一项。

    0
    

    -Infinity

    Infinity

    0.1

    y: number

    Y 值,第二项;Y 向上。

    0
    

    -Infinity

    Infinity

    0.1

    z: number

    Z 值,第三项。

    0
    

    -Infinity

    Infinity

    0.1