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
  • Namespaces
    • namespace Enlighten
    • namespace Geo
      • class Geo AbstractRayChunk
      • class Geo AnsiAllocator
      • class Geo AtlasMesh
      • class Geo AtlasMeshChart
      • class Geo AtlasMeshPackingFlags
      • class Geo BasicAllocator
      • class Geo ChartParametiserFailure
      • class Geo ConvexHull
      • class Geo ConvexHullBuilder
      • class Geo CovarianceMatrix
      • class Geo CovarianceMatrixBuilder
      • class Geo EmbreeRtMeshVisitor
      • class Geo Geo2DTransform
      • class Geo GeoAlignedFreeDestructor
      • class Geo GeoAllocationPage
      • class Geo GeoAllocator
      • class Geo GeoAllocatorUnchecked
      • class Geo GeoArray
      • class Geo GeoArray_Stl
      • class Geo GeoAutoArrayPtr
      • class Geo GeoAutoDeleteArray
      • class Geo GeoAutoDeleteList
      • class Geo GeoAutoDeleteMap
      • class Geo GeoAutoPtr
      • class Geo GeoAutoReleaseArray
      • class Geo GeoAutoReleaseMap
      • class Geo GeoAutoReleasePtr
      • class Geo GeoBitArray
      • class Geo GeoBitStore
      • class Geo GeoBlueNoise
      • class Geo GeoBlueNoiseDiskPalette
      • class Geo GeoBlueNoiseRayPalette
      • class Geo GeoBoundingBox
      • class Geo GeoBoundingSphere
      • class Geo GeoBufferedFileStream
      • class Geo GeoBufferedInputStream
      • class Geo GeoCriticalSection
      • class Geo GeoDebugAllocator
      • class Geo GeoDelegateDestructor
      • class Geo GeoDeleteArrayDestructor
      • class Geo GeoDeleteDestructor
      • class Geo GeoDepthCubeMap
      • class Geo GeoEmbreeContext
      • class Geo GeoEqualCString
      • class Geo GeoEvent
      • class Geo GeoFileManager
      • class Geo GeoFileStream
      • class Geo GeoFixedBinarySearchMap
      • class Geo GeoFixedBinarySearchMapCompare
      • class Geo GeoFixedPoolAllocator
      • class Geo GeoFixedString
      • class Geo GeoFlattenAndPackResults
      • class Geo GeoFp16Texture
      • class Geo GeoFpControl
      • class Geo GeoFrameTime
      • class Geo GeoFreeDestructor
      • class Geo GeoGenericTexture
      • class Geo GeoGuid
      • class Geo GeoHalf
      • class Geo GeoHashConstHandle
      • class Geo GeoHashCString
      • class Geo GeoHashDefault
      • class Geo GeoHashHandle
      • class Geo GeoHashMap
      • class Geo GeoHashString
      • class Geo GeoImmutableArray
      • class Geo GeoInputEvent
      • class Geo GeoInstanceCount
      • class Geo GeoIntRange
      • class Geo GeoIntrusivePtr
      • class Geo GeoKeyValueArray
      • class Geo GeoLineSegment
      • class Geo GeoList
      • class Geo GeoMap
    Calendars

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

    This is the documentation for Enlighten.

    class Geo GeoBoundingSphere

    Nov 21, 2019

    class Geo::GeoBoundingSphere

    This class represents a bounding sphere.

    It is stored as a v128, with position in the first 3 components, and radius in w.

    Variables

    Name Description
    Geo::v128 m_Sphere

    The v128 representation.

    Functions

    Name Description
    GeoBoundingSphere()

    Constructor - makes an empty bounding sphere.

    GeoBoundingSphere(v128, float)

    Constructor - makes a bounding sphere.

    GeoBoundingSphere(const GeoBoundingSphere &)

    Copy Constructor.

    GeoBoundingSphere(const GeoBoundingBox &)

    Conversion Constructor.

    GeoBoundingSphere(const GeoNonAABoundingBox &)

    Conversion Constructor.

    GetCenter()

    Return the center of this bounding sphere.

    GetRadius()

    Return the sphere radius.

    SetCenter(v128)

    Set the center of this bounding sphere.

    SetRadius(float)

    Set the sphere radius.


    Geo::GeoBoundingSphere::GeoBoundingSphere


    public: GeoBoundingSphere()


    Constructor - makes an empty bounding sphere.


    Geo::GeoBoundingSphere::GeoBoundingSphere


    public: GeoBoundingSphere
    (
        v128 center,
        float radius
    )


    Constructor - makes a bounding sphere.


    Geo::GeoBoundingSphere::GeoBoundingSphere


    public: GeoBoundingSphere
    (
        const GeoBoundingSphere & from
    )


    Copy Constructor.


    Geo::GeoBoundingSphere::GeoBoundingSphere


    public: GeoBoundingSphere
    (
        const GeoBoundingBox & from
    )


    Conversion Constructor.


    Geo::GeoBoundingSphere::GeoBoundingSphere


    public: GeoBoundingSphere
    (
        const GeoNonAABoundingBox & from
    )


    Conversion Constructor.


    v128 Geo::GeoBoundingSphere::GetCenter


    public: v128 GetCenter() const


    Return the center of this bounding sphere.


    float Geo::GeoBoundingSphere::GetRadius


    public: float GetRadius() const


    Return the sphere radius.


    void Geo::GeoBoundingSphere::SetCenter


    public: void SetCenter
    (
        v128 c
    )


    Set the center of this bounding sphere.


    void Geo::GeoBoundingSphere::SetRadius


    public: void SetRadius
    (
        float r
    )


    Set the sphere radius.

    , multiple selections available,
    {"serverDuration": 9, "requestCorrelationId": "7de566e07483464dab6b27f281426ce8"}