PixiThree - v0.0.16
    Preparing search index...

    Interface PlaneIntersection

    Intersection result for Plane raycasts.

    interface PlaneIntersection {
        distance: number;
        object: Plane;
        point: Vector3;
    }
    Index

    Properties

    Properties

    distance: number
    object: Plane
    point: Vector3