non-gon
    Preparing search index...

    Function FindIntersectionPoints

    • Finds the intersection points between a plane and a circle that lies in another plane.

      Parameters

      • planePoint: Vector3

        A point on the intersecting plane.

      • planeNormal: Vector3

        The normal vector of the intersecting plane.

      • circleCenter: Vector3

        Center of the circle.

      • circleNormal: Vector3

        Normal of the plane in which the circle lies.

      • radius: number

        Radius of the circle.

      Returns null | Vector3[]

      An array of 0, 1, or 2 intersection points; null if the planes are not perpendicular.