get_keyframes: Get Keyframes from Moving Generator Cluster: Linear

Description Usage Arguments Details See Also Examples

View source: R/MGC_Linear.R

Description

Gets the keyframes from a MGC_Linear.

Usage

1

Arguments

x

MGC_Linear object

Details

This allows for a user to get all of the keyframes from a MGC_Linear.

See Also

MGC_Linear

Examples

1
2
3
4
5
6
7
8
  dsd <- DSD_MG()
  
  c1 <- MGC_Linear()
  add_keyframe(c1,1,10,10,c(0,0),cluster=1)
  add_keyframe(c1,50,10,10,c(50,50),cluster=1)
  add_keyframe(c1,100,10,10,c(50,100),cluster=1)
  
  get_keyframes(c1)

streamMovingGenerator documentation built on May 2, 2019, 5:26 p.m.