Search Results for

    Show / Hide Table of Contents

    Struct Polygon

    Polygon structure

    Namespace: CSG
    Assembly: FlaxEngine.dll
    File: Engine/CSG/Polygon.h
    Syntax
    public struct Polygon

    Constructors

    Polygon()

    Declaration
    public Polygon()

    Fields

    Bounds

    Declaration
    public AABB Bounds
    Field Value
    AABB

    FirstEdgeIndex

    Declaration
    public int32 FirstEdgeIndex
    Field Value
    int32

    Inverted

    Declaration
    public bool Inverted
    Field Value
    bool

    SurfaceIndex

    Declaration
    public int32 SurfaceIndex
    Field Value
    int32

    Visible

    Declaration
    public bool Visible
    Field Value
    bool

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat