Bitbybit Docs
    Preparing search index...

    Class ThreePointsNormalDto (Inputs.Point)

    Three points that define a plane, for point.normalFromThreePoints.

    Index

    Constructors

    Properties

    point1: Point3

    The first point; the normal is measured from here.

    undefined
    
    point2: Point3

    The second point.

    undefined
    
    point3: Point3

    The third point; going from the first to the second to the third counter-clockwise puts the normal toward you.

    undefined
    
    reverseNormal: boolean

    When true, the normal is flipped to point the other way.

    false