Skip to content

Spline.ApplyTransform fails #666

Open
@mme1950

Description

@mme1950

The bug
When a Transform is applied to a spline, an Index-out-of-Range exception occurs.

			for (int i = 0; i < this.FitPoints.Capacity; i++)
			{
				this.FitPoints[i] = transform.ApplyTransform(this.FitPoints[i]);
			}

this.FitPoints.Capacity --> this.FitPoints.Count

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions