|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2009-2020 jMonkeyEngine
|
|
|
+ * Copyright (c) 2009-2021 jMonkeyEngine
|
|
|
* All rights reserved.
|
|
|
*
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -774,7 +774,7 @@ public class FastMathTest {
|
|
|
final Vector2f t0 = new Vector2f(-0.43f, 2.54f);
|
|
|
final Vector2f t1 = new Vector2f(Float.NEGATIVE_INFINITY, 2.54f);
|
|
|
final Vector2f t2 = new Vector2f(Float.NaN, Float.POSITIVE_INFINITY);
|
|
|
- final Vector2f p = new Vector2f(-3.19f, -0.001f);;
|
|
|
+ final Vector2f p = new Vector2f(-3.19f, -0.001f);
|
|
|
|
|
|
assertEquals(0, FastMath.pointInsideTriangle(t0, t1, t2, p));
|
|
|
}
|