Uses of Interface
de.grogra.math.KnotVector
Packages that use KnotVector
-
Uses of KnotVector in de.grogra.imp2d.objects
Classes in de.grogra.imp2d.objects that implement KnotVector -
Uses of KnotVector in de.grogra.imp3d.objects
Classes in de.grogra.imp3d.objects that implement KnotVector -
Uses of KnotVector in de.grogra.math
Subinterfaces of KnotVector in de.grogra.mathClasses in de.grogra.math that implement KnotVectorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in de.grogra.math with parameters of type KnotVectorModifier and TypeMethodDescriptionstatic voidBSpline.calculateBasisFunctions(float[] out, int p, KnotVector knots, int kd, int span, float u, GraphState gs, float[] left, float[] right) static voidBSpline.calculateDerivatives(float[] out, int p, KnotVector knots, int kd, int span, float u, int n, GraphState gs, float[] left, float[] right, float[] ndu) Computes B-Spline basis functions and their derivatives at a given parameter value.static intBSpline.findSpan(int n, int p, float u, KnotVector knots, int kd, GraphState gs) Determines the knot span index i for B-Spline basis functions. -
Uses of KnotVector in de.grogra.rgg
Classes in de.grogra.rgg that implement KnotVector