Class NRankBezierCurve

  • All Implemented Interfaces:

    
    public final class NRankBezierCurve
    extends ParticleObject
                        

    表示一条n阶贝塞尔曲线

    给定 n + 1 点, 绘制一条平滑的曲线

    Author:

    Zoyn

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit show()
      final Unit resetLocation()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NRankBezierCurve

        NRankBezierCurve(Location locations)
      • NRankBezierCurve

        NRankBezierCurve(List<Location> locations, Double step)