Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 3.10 Documentation
Results will update as you type.
  • Modules
    • module Enlighten
    • module Infrastructure (GeoBase)
    • module Infrastructure (GeoCore)
      • module 3DPlane
      • module Colours
      • module Containers
      • module Endian Conversion
      • module Half Precision Scalars
      • module Maths
      • module Matrices
      • module Object Lifetime
      • module Quaternions
      • module Scalars
      • module Serialisation
      • module Simple CPU texture formats.
      • module Triangle Rasteriser
      • module Vectors
  • Namespaces
  • Notes
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
module 3DPlane

    This is the documentation for Enlighten.

    module 3DPlane

    Nov 21, 2019

    Classes

    Name Description
    Geo::GeoParametrisedPlane3

    A plane with an origin and two basis vectors in the plane.

    Enums

    Name Description
    eBoxLocation

    Location of a box relative to a plane.

    ePointLocation

    Location of a point relative to a plane.

    Typedefs

    Name Description
    v128 GeoPlane3

    A plane in 3D. xyz are the ABC coefficients for the plane normal and w satisfies Ax + By + Cz + D = 0.


    eBoxLocation


    public: enum eBoxLocation
    {
        BL_IN_FRONT,
        BL_BEHIND,
        BL_INTERSECTS,
        NUM_BOX_LOCATIONS
    }


    Location of a box relative to a plane.

    enumerators
    BL_IN_FRONT
    BL_BEHIND
    BL_INTERSECTS
    NUM_BOX_LOCATIONS


    ePointLocation


    public: enum ePointLocation
    {
        PL_IN_FRONT,
        PL_BEHIND,
        PL_COPLANAR,
        NUM_POINT_LOCATIONS
    }


    Location of a point relative to a plane.

    enumerators
    PL_IN_FRONT
    PL_BEHIND
    PL_COPLANAR
    NUM_POINT_LOCATIONS
    , multiple selections available,
    {"serverDuration": 9, "requestCorrelationId": "0c64edc46e0a454e818e4adfdfe6b824"}