Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IIntersectableWithPlane Interface

    Namespace: Stride.Core.Mathematics
    Assembly: Stride.Core.Mathematics.dll

    Allows to determine intersections with a Plane.

    public interface IIntersectableWithPlane
    Name Description
    Methods
    Intersects(ref Plane)

    Determines if there is an intersection between the current object and a Plane.

    | Improve this Doc View Source

    Methods


    Intersects(ref Plane)

    Determines if there is an intersection between the current object and a Plane.

    PlaneIntersectionType Intersects(ref Plane plane)
    Parameters
    Type Name Description
    Plane plane

    The plane to test.

    Returns
    Type Description
    PlaneIntersectionType

    Whether the two objects intersected.


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation