Uses of Interface
de.grogra.math.BSplineCurve
Packages that use BSplineCurve
Package
Description
-
Uses of BSplineCurve in de.grogra.blocks
Methods in de.grogra.blocks that return BSplineCurveModifier and TypeMethodDescriptionTree.getCrookednessCurve()Tree.getDeviateCurve()Horn.getProfile()Tree.getProfile()Hydra.getTrajectory()Tree.getTrajectory()Methods in de.grogra.blocks with parameters of type BSplineCurveModifier and TypeMethodDescriptionvoidTree.setCrookednessCurve(BSplineCurve value) voidTree.setDeviateCurve(BSplineCurve value) voidHorn.setProfile(BSplineCurve value) voidTree.setProfile(BSplineCurve value) voidHydra.setTrajectory(BSplineCurve value) voidTree.setTrajectory(BSplineCurve value) -
Uses of BSplineCurve in de.grogra.imp2d.objects
Classes in de.grogra.imp2d.objects that implement BSplineCurveMethods in de.grogra.imp2d.objects that return BSplineCurveMethods in de.grogra.imp2d.objects with parameters of type BSplineCurveConstructors in de.grogra.imp2d.objects with parameters of type BSplineCurve -
Uses of BSplineCurve in de.grogra.imp3d.objects
Classes in de.grogra.imp3d.objects that implement BSplineCurveFields in de.grogra.imp3d.objects declared as BSplineCurveMethods in de.grogra.imp3d.objects that return BSplineCurveModifier and TypeMethodDescriptionNURBSCurve.getCurve()protected BSplineCurveSweepSequence.init(Int2ObjectMap profiles, GraphState gs) Methods in de.grogra.imp3d.objects with parameters of type BSplineCurveConstructors in de.grogra.imp3d.objects with parameters of type BSplineCurveModifierConstructorDescriptionNURBSCurve(BSplineCurve curve) NURBSSurface(BSplineCurve profile) NURBSSurface(BSplineCurve profile, boolean useRail) NURBSSurface(BSplineCurve profile, String name) NURBSSurface(BSplineCurve profile, String name, boolean useRail) -
Uses of BSplineCurve in de.grogra.math
Classes in de.grogra.math that implement BSplineCurveModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in de.grogra.math that return BSplineCurveModifier and TypeMethodDescriptionRuledSurface.getFirstProfile()ProductSurface.getProfile()ProfileSweep.getProfile()RuledSurface.getSecondProfile()protected BSplineCurveExtendedSweep.getTrajectory(GraphState gs) ProductSurface.getTrajectory()ProfileSweep.getTrajectory()protected BSplineCurveProfileSweep.getTrajectory(GraphState gs) protected abstract BSplineCurveSweep.getTrajectory(GraphState gs) protected abstract BSplineCurveExtendedSweep.init(Int2ObjectMap profilesOut, GraphState gs) Methods in de.grogra.math with parameters of type BSplineCurveModifier and TypeMethodDescriptionstatic voidBSpline.decompose(BSpline.BezierSegmentVisitor v, BSplineCurve curve, boolean normalizeU, GraphState gs) static voidBSpline.decomposeSplineConnection(BSpline.BezierSegmentVisitor v, BSplineCurve curve, Pool pool2, GraphState gs) static voidBSpline.evaluate(float[] out, BSplineCurve curve, float u, GraphState gs) static booleanBSpline.isValid(BSplineCurve curve, GraphState gs) static voidBSpline.raiseDegreeInsertKnots(BSplineCurve curve, boolean leftclamped, int[] multiplicity, int resDegree, float[] resKnots, int[] resMultiplicity, float[] verticesOut, GraphState gs, float[] tmp) static voidBSpline.refineKnotVector(BSplineCurve curve, float[] newKnots, float[] knotsOut, int ki, float[] verticesOut, int vi, GraphState gs, float[] tmp) voidRuledSurface.setFirstProfile(BSplineCurve value) voidProductSurface.setProfile(BSplineCurve value) voidProfileSweep.setProfile(BSplineCurve value) voidRuledSurface.setSecondProfile(BSplineCurve value) voidProductSurface.setTrajectory(BSplineCurve value) voidProfileSweep.setTrajectory(BSplineCurve value) Constructors in de.grogra.math with parameters of type BSplineCurveModifierConstructorDescriptionExtrudedSurface(BSplineCurve profile, BSplineCurve trajectory) ProductSurface(BSplineCurve profile, BSplineCurve trajectory) ProfileSweep(BSplineCurve profile, BSplineCurve trajectory) SwungSurface(BSplineCurve profile, BSplineCurve trajectory, float shift, float scale) -
Uses of BSplineCurve in de.grogra.rgg
Classes in de.grogra.rgg that implement BSplineCurveMethods in de.grogra.rgg that return BSplineCurveMethods in de.grogra.rgg with parameters of type BSplineCurveModifier and TypeMethodDescriptionstatic NURBSSurfaceLibrary.Surface(BSplineCurve profile) Deprecated.static NURBSSurfaceLibrary.Surface(BSplineCurve profile, String name, boolean useRail) Deprecated. -
Uses of BSplineCurve in de.grogra.rgg.model
Methods in de.grogra.rgg.model with parameters of type BSplineCurveModifier and TypeMethodDescriptionstatic NodeInstantiation.toNode(BSplineCurve value) static NodeRGGProducer.toNode(BSplineCurve value)