Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: AnimatedQuadBezierPoint3D

[15:7] extends: AnimatedValue

Wraps FXGL's AnimatedQuadBezierPoint3D (com.almasb.fxgl.animation.AnimatedQuadBezierPoint3D). An AnimatedValue that traces the path of a JavaFX QuadCurve (single control point + endpoints). Companion to the 2D AnimatedQuadBezierPoint2D wrapper for 3D scene animations.

Methods

  • AnimatedQuadBezierPoint3D (object CurveAjo = null)

    Creates a new animator over the supplied QuadCurve path.

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

    Wraps an existing AnimatedQuadBezierPoint3D AussomJavaObject.

  • getPath ()

    Returns the underlying QuadCurve path AJO.