Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: AnimatedCubicBezierPoint3D

[19:7] extends: AnimatedValue

Wraps FXGL's AnimatedCubicBezierPoint3D (com.almasb.fxgl.animation.AnimatedCubicBezierPoint3D). An AnimatedValue that traces the path described by a JavaFX CubicCurve (control points + endpoints). Companion to the 2D AnimatedCubicBezierPoint2D wrapper for 3D scene animations. Build by passing the CubicCurve AJO; AnimationBuilder.animate drives it across the (0..1) progress range.

Methods

  • AnimatedCubicBezierPoint3D (object CurveAjo = null)

    Creates a new animator over the supplied CubicCurve path.

    • @p CurveAjo is a javafx.scene.shape.CubicCurve AJO.
  • adopt (object Ajo)

    Wraps an existing AnimatedCubicBezierPoint3D AussomJavaObject.

  • getPath ()

    Returns the underlying CubicCurve path AJO.