Skip to content

Terrace.controlPoints() should not return the raw backing array #30

@zml2008

Description

@zml2008

Unfortunately, Java can only expose mutable arrays at the moment, and we don't want to allow our internal state to be exposed like this.

Alternatives are:

  • provide a DoubleStream
  • add Terrace.controlPoint(index)
  • maybe both?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions