Skip to content

Geometry hackathon: Reduce overlap between Surface and SurfaceBounds #4852

@andiwand

Description

@andiwand

Currently there seems to be a significant overlap between Surface and SurfaceBounds. They share the same local coordinate system and only specific SurfaceBounds can be supplied to certain Surfaces.

This also results in various round trips during intersections and boundary checks. We have to go through various virtual functions which are hidden behind a single Surface function call.

One idea I had was to combine SurfaceBounds into Surface as they are tightly coupled anyways.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions