Creating new curve object that has angles
This commit is contained in:
parent
49aec9a513
commit
07a0577a32
6 changed files with 59 additions and 17 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue