Creating new curve object that has angles

This commit is contained in:
LarsBrubaker 2021-03-18 10:20:39 -07:00
parent 49aec9a513
commit 07a0577a32
6 changed files with 59 additions and 17 deletions

View file

@ -646,7 +646,7 @@ namespace MatterControl.Tests.MatterControl
Assert.IsTrue(fit.GetAxisAlignedBoundingBox().Equals(new AxisAlignedBoundingBox(new Vector3(-25, -10, -10), new Vector3(25, 10, 10)), 1.0));
var curve = new CurveObject3D_2();
var curve = new CurveObject3D_3();
curve.Children.Add(fit);
await curve.Rebuild();
var curveAabb = curve.GetAxisAlignedBoundingBox();