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 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
  • 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 GeoPoint2

    This is the documentation for Enlighten.

    struct Geo GeoPoint2

    Nov 21, 2019

    struct Geo::GeoPoint2

    Single precision 2 dimensional point class.

    Functions

    Name Description
    GeoPoint2()

    Constructors.

    GeoPoint2(float, float)

    Constructors.

    GeoPoint2(v128)

    Constructors.

    operator-(GeoPoint2)

    Operator overloads.

    operator v128()

    Conversion to a v128. W component is always 1.

    operator*(float)

    Operator overloads.

    operator/(float)

    Operator overloads.

    operator+(GeoPoint2)

    Operator overloads.

    operator+=(const GeoPoint2 &)

    Operator overloads.

    operator==(const GeoPoint2 &)

    Equality operator.


    Geo::GeoPoint2::GeoPoint2


    public: GeoPoint2()


    Constructors.


    Geo::GeoPoint2::GeoPoint2


    public: GeoPoint2
    (
        float x,
        float y
    )


    Constructors.


    Geo::GeoPoint2::GeoPoint2


    public: GeoPoint2
    (
        v128 rhs
    )


    Constructors.


    GeoPoint2 Geo::GeoPoint2::operator-


    public: GeoPoint2 operator-
    (
        GeoPoint2 rhs
    ) const


    Operator overloads.


    Geo::GeoPoint2::operator v128


    public: operator v128() const


    Conversion to a v128. W component is always 1.


    GeoPoint2 Geo::GeoPoint2::operator*


    public: GeoPoint2 operator*
    (
        float rhs
    ) const


    Operator overloads.


    GeoPoint2 Geo::GeoPoint2::operator/


    public: GeoPoint2 operator/
    (
        float rhs
    ) const


    Operator overloads.


    GeoPoint2 Geo::GeoPoint2::operator+


    public: GeoPoint2 operator+
    (
        GeoPoint2 rhs
    ) const


    Operator overloads.


    GeoPoint2 Geo::GeoPoint2::operator+=


    public: GeoPoint2 operator+=
    (
        const GeoPoint2 & v
    )


    Operator overloads.


    bool Geo::GeoPoint2::operator==


    public: bool operator==
    (
        const GeoPoint2 & rhs
    ) const


    Equality operator.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "00510bd103354b6f9cf1c51f1a855bce"}