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

    Type Alias Plane3

    type Plane3 = {
        origin: Point3;
        normal: Vector3;
        direction: Vector3;
    }
    Index

    Properties

    origin: Point3
    normal: Vector3
    direction: Vector3