Package one.empty3.library.core.math
Class E3MathWaw
- java.lang.Object
-
- one.empty3.library.core.math.E3MathWaw
-
public class E3MathWaw extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
E3MathWaw.Repere
-
Constructor Summary
Constructors Constructor Description E3MathWaw()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point3D
calculerPointCourbe(ParametricCurve c, double t)
Point3D[]
calculRepere(ParametricCurve c, double emplacementT)
Point3D
normale1(ParametricCurve c, double t, int degre)
Point3D
tangente(ParametricCurve c, double t, int degre)
-
-
-
Method Detail
-
calculRepere
public Point3D[] calculRepere(ParametricCurve c, double emplacementT)
-
calculerPointCourbe
public Point3D calculerPointCourbe(ParametricCurve c, double t)
-
tangente
public Point3D tangente(ParametricCurve c, double t, int degre)
-
normale1
public Point3D normale1(ParametricCurve c, double t, int degre)
-
-