Definition of MoveTowards


ASTER defines MoveTowards as the general action of moving registered instances to specified coordinates within specified time.

  • In this document, using MvT as an abbreviation for MoveTowards.

  • Other abbreviations include Target = tgt and Pursuer = prs.


MoveTowards Definition List
ASTER Version1.0.0
Détails
  1. A function to change the coordinates of The CF25:Active Object to complete the motion within a specified time.

The time is based on application frame time ( FPS ).

Détails
  1. Motion parameters are set on a per motion group basis.

Group A 🎯 & Group B 🔷 are selected individually & grouped together to form a motion group.

Group A is referred to as “mvt.Target”. mvt.Tgt are instances or data structure that holds coordinates.

Group B is referred to as “mvt.Pursuer”. mvt.Prs consist of object instances.

Détails
  1. The action of exchanging positions between Group A 🎯 and Group B 🔷 is called MoveTowards::Swap.

SwapEPs exchange the positions of instances between Group A 🎯 and Group B 🔷.

SwapTgt exchange the positions of each instance selected as Group A 🎯.


What is Target ( mvt.Target )?

The action of moving towards mvt.Tgt is MoveTowards in ASTER.


A subgroup called “Group A” in ASTER::MoveTowards is referred to as " mvt.Target “.

The target is defined as coordinates, which can be the current coordinates of a specified instance or data structures that can be read as coordinates.

For example, you can specify a JSON array as the target, or use a reference data structure called Reference Vector for faster operation.

Unlike mvt.Pursuer, mvt.Target can be registered to the motion controller even if it is not an object instance. Since the target is not necessarily a moving object, it can be targeted with just coordinate information.


What is Pursuer ( mvt.Pursuer )?

mvt.Pursuer are object instances that move towards the target.


A subgroup called “Group B” in ASTER::MoveTowards is referred to as " mvt.Pursuer “.

Generally, the term Tracker is used, but Pursuer was chosen as a deliberate exaggeration. It describes an entity that autonomously moves towards coordinates.

mvt.Pursuer are object instances, specifically the CF25:Active Object. In ASTER::MoveTowards, can select and operate these.

  • MvtUtil

    Describe MoveTowards : : Utilitaires

  • Reference Vector

    MvtUtil :: Structures de données pour les références de coordonnées