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.
  • class Geo RtMeshGroup
  • class Geo ScopedTickCounter
  • class Geo ScopedTimer
  • class Geo SHCoeff
  • class Geo SimpleRNG
  • class Geo TerminalProvider
  • class Geo TextureWriter
  • class Geo TreeNode
  • class Geo TriGroupSelection
  • class Geo TxtProgressBar
  • namespace Geo Iff
  • namespace Geo PathUtils
  • namespace Geo Version
  • struct Geo ArrayRange
  • struct Geo AtlasMeshChartingFlags
  • struct Geo AtlasMeshTriangle
  • struct Geo AtlasMeshTriangleCorner
  • struct Geo AtlasMeshVertex
  • struct Geo AtlasMeshVertexSplitResult
  • struct Geo BboxEdge
  • struct Geo BboxFace
  • struct Geo ClippedRay
  • struct Geo DebugLine
  • struct Geo eWindingOrder
  • struct Geo FixedSizeArray
  • struct Geo GeoAtomic
  • struct Geo GeoError
  • struct Geo GeoFixedPoolList
  • struct Geo GeoFixedPoolMap
  • struct Geo GeoPoint2
  • struct Geo GeoPoint2D
  • struct Geo GeoPoint3
  • struct Geo GeoPoint3D
  • struct Geo GeoRGBXTextureElement
  • struct Geo GeoVector3
  • struct Geo GeoVector4
  • struct Geo InitRayTracing
  • struct Geo Matrix4x4
  • struct Geo PerformanceBlock
  • struct Geo RastFragment
  • struct Geo RastTri
  • struct Geo RastVert
  • struct Geo Rayf
  • struct Geo ScopeStartStop
  • struct Geo Statistics
  • struct Geo TypeInfo
  • struct Geo VectorD
  • struct Geo WriteRangePolicy
  • struct Geo ZeroedPadding
  • union Geo GeoFloat3SE
  • union Geo GeoFloatAsBits
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
struct Geo RastTri

    This is the documentation for Enlighten.

    struct Geo RastTri

    Nov 21, 2019

    struct Geo::RastTri

    records details of the input triangle

    Variables

    Name Description
    float m_dX2

    x2-x1, y2-y1

    float m_dX3

    x3-x1, y3-y1

    float m_dY2

    x2-x1, y2-y1

    float m_dY3

    x3-x1, y3-y1

    float m_X1

    x1, y1

    float m_Y1

    x1, y1

    Functions

    Name Description
    GetBarycentricCoords(float, float, float &, float &)

    Gets the barycentric coords of the given point (x, y).

    RastTri(float, float, float, float, float, float)

    Constructor.


    void Geo::RastTri::GetBarycentricCoords


    public: void GetBarycentricCoords
    (
        float x,
        float y,
        float & u,
        float & v
    ) const


    Gets the barycentric coords of the given point (x, y).


    Geo::RastTri::RastTri


    public: RastTri
    (
        float x1,
        float y1,
        float x2,
        float y2,
        float x3,
        float y3
    )


    Constructor.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "308238f3ef41418b80022ce8c26aecad"}