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 GeoV128Texture
  • class Geo GeoVariant
  • class Geo GeoVirtualPageAllocator
  • class Geo GeoZLibFileStream
  • class Geo GoodRNG
  • class Geo IdentDataCompare
  • class Geo IdentVertLinkBuilder
  • class Geo IdxLink
  • class Geo IffReader
  • class Geo IffTextWriter
  • class Geo IffWriter
  • class Geo IGeoEvent
  • class Geo IGeoInputStream
  • class Geo IGeoProgressProxy
  • class Geo IGeoRayTracingContext
  • class Geo IGeoReleasable
  • class Geo IGeoSerialisable
  • class Geo IGeoStream
  • class Geo IRtMesh
  • class Geo ITerminalCmdHandler
  • class Geo ITerminalDelegate
  • class Geo ITerminalInputHandler
  • class Geo ITerminalOutputHandler
  • class Geo Matrix
  • class Geo MemoryAllocator
  • class Geo NonCopyable
  • class Geo Optional
  • class Geo PackedInteger4
  • class Geo PointLeaf
  • class Geo PointSplit
  • class Geo PointSplitBounds
  • class Geo PointSplitState
  • class Geo QuickTaskTimer
  • class Geo RayResult
  • class Geo Releasable
  • class Geo RingBuffer
  • class Geo RtMesh
  • 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
    Calendars

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

    This is the documentation for Enlighten.

    class Geo SHCoeff

    Nov 21, 2019

    class Geo::SHCoeff

    SH Helper class.

    Functions

    Name Description
    Add(const float *, Geo::s32, float)

    Accumulates the given coefficients into this object.

    AddL(Geo::s32, float)

    Accumulates the coefficient with the given index.

    GetL(Geo::s32)

    Gets the coefficient with the given index.

    GetL(Geo::s32, SHCoeff)

    Gets the coefficient with the given index from the three given SHCoeffs, and packs them into the x,y,z channels of a v128.

    Log()

    Logging.

    LogOrder()

    Logging.

    MakeL2Matrix(Geo::Matrix &)

    Fills in the given matrix with L2 values.

    operator*(float)

    Scales the coefficients by the given amount.

    operator+=(const SHCoeff &)

    Accumulates the given SHCoeff coefficients into this object.

    Reset()

    Resets all coefficients to zero.

    Set(const float *, Geo::s32)

    Copies the given coefficients into this object.

    SetL(Geo::s32, float)

    Sets the coefficient with the given index.

    SHCoeff()

    Constructors.

    SHCoeff(const float *, Geo::s32)

    Constructors.

    SHCoeff(const float *, s32, const s8 *)

    Constructors.


    void Geo::SHCoeff::Add


    public: void Add
    (
        const float * values,
        Geo::s32 numValues,
        float multiplier
    )


    Accumulates the given coefficients into this object.


    bool Geo::SHCoeff::AddL


    public: bool AddL
    (
        Geo::s32 idx,
        float c
    )


    Accumulates the coefficient with the given index.


    float Geo::SHCoeff::GetL


    public: float GetL
    (
        Geo::s32 idx
    ) const


    Gets the coefficient with the given index.


    static Geo::v128 Geo::SHCoeff::GetL


    public: Geo::v128 GetL
    (
        Geo::s32 idx,
        SHCoeff rgb
    )


    Gets the coefficient with the given index from the three given SHCoeffs, and packs them into the x,y,z channels of a v128.


    GeoSymbolString Geo::SHCoeff::Log


    public: GeoSymbolString Log() const


    Logging.


    static GeoSymbolString Geo::SHCoeff::LogOrder


    public: GeoSymbolString LogOrder()


    Logging.


    void Geo::SHCoeff::MakeL2Matrix


    public: void MakeL2Matrix
    (
        Geo::Matrix & mat
    ) const


    Fills in the given matrix with L2 values.


    SHCoeff& Geo::SHCoeff::operator*


    public: SHCoeff & operator*
    (
        float rhs
    )


    Scales the coefficients by the given amount.


    SHCoeff& Geo::SHCoeff::operator+=


    public: SHCoeff & operator+=
    (
        const SHCoeff & rhs
    )


    Accumulates the given SHCoeff coefficients into this object.


    void Geo::SHCoeff::Reset


    public: void Reset()


    Resets all coefficients to zero.


    void Geo::SHCoeff::Set


    public: void Set
    (
        const float * values,
        Geo::s32 numValues
    )


    Copies the given coefficients into this object.


    bool Geo::SHCoeff::SetL


    public: bool SetL
    (
        Geo::s32 idx,
        float c
    )


    Sets the coefficient with the given index.


    Geo::SHCoeff::SHCoeff


    public: SHCoeff()


    Constructors.


    Geo::SHCoeff::SHCoeff


    public: SHCoeff
    (
        const float * values,
        Geo::s32 numValues
    )


    Constructors.


    Geo::SHCoeff::SHCoeff


    public: SHCoeff
    (
        const float * shCoefficients,
        s32 shOrder,
        const s8 * coefficientOutputOrder
    )


    Constructors.

    , multiple selections available,
    {"serverDuration": 9, "requestCorrelationId": "e1f09924ee594a669bfd9891dfabd565"}