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

    Type Alias TrianglePlane3

    Triangle plane is efficient definition described by a normal vector and d value (N dot X = d)

    type TrianglePlane3 = {
        normal: Vector3;
        d: number;
    }
    Index

    Properties

    Properties

    normal: Vector3
    d: number