public void AddTrajectoryWithName(Trajectory trajectory, string name) { this.vocabulary.AddTrajectoryWithName(trajectory, name); }
public TrajectoryDescriptor(Trajectory trajectory, Vector3[] tokens, Levenshtein.Alphabet <int> alphabet) : this(GetTrajectoryDescriptor(trajectory, tokens, FINEST_LEVEL_DESCRIPTOR_RESOLUTION), alphabet) { }
public TraceCreator(Tracer tracer) { this.onDisposed += tracer.TrajectoryCreationHandler; this.trajectory = new Trajectory(/* TODO: Consider making default segment length variable. */); }