Interface PathIntersectionResult

interface PathIntersectionResult {
    point: Vec3;
}

Properties

Properties

point: Vec3

Point at which the intersection occured.

Generated using TypeDoc

OpenSource licenses