object AnimationAtoms
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnimationAtoms
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
blend(source: PixelImage[RGBA], target: PixelImage[RGBA], l: Double): PixelImage[RGBA]
blend two images.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def framesAge(init: RenderParameter, ages: IndexedSeq[Double], model: MoMo, deformationProperty: SurfacePointProperty[Vector[_3D]]): IndexedSeq[RenderParameter]
- def framesMorph(source: MoMoCoefficients, destination: MoMoCoefficients, steps: IndexedSeq[Double]): IndexedSeq[MoMoCoefficients]
- def framesRotLight(init: RenderParameter, yaws: IndexedSeq[Double]): IndexedSeq[RenderParameter]
- def framesRotPose(init: RenderParameter, yaws: IndexedSeq[Double]): IndexedSeq[RenderParameter]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
render(acc: VideoFrameAccumulator, frames: IndexedSeq[RenderParameter], renderer: (RenderParameter) ⇒ PixelImage[RGBA]): IndexedSeq[PixelImage[RGBA]]
render in to the accumulator.
-
def
renderSerial(acc: VideoFrameAccumulator, frames: IndexedSeq[RenderParameter], renderer: (RenderParameter) ⇒ PixelImage[RGBA]): IndexedSeq[PixelImage[RGBA]]
render in to the accumulator, serial.
-
def
repeat(n: Int, f: ⇒ Unit): Unit
repeat a function.
-
def
repeat(n: Int, f: (Int) ⇒ Unit): Unit
repeat a function keep repetition number.
-
def
rotateSHL(shl: SphericalHarmonicsLight, t: Rotation3D): SphericalHarmonicsLight
rotate SphericalHarmonicsLight
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
uncoverBlending[T](source: PixelImage[T], dest: PixelImage[T], l: Double, isRowwise: Boolean = true)(implicit arg0: ClassTag[T], ops: ColorSpaceOperations[T]): PixelImage[T]
Uncover destination image: Exchange rows / cols of the source with rows / cols of the destination.
-
def
uncoverRuler[T](image: PixelImage[T], color: T, l: Double, isRowwise: Boolean = true, thinckness: Double)(implicit arg0: ClassTag[T]): PixelImage[T]
Mark the uncovering line with a more visible ruler.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
waitFor[T](frames: IndexedSeq[Future[T]], t: FiniteDuration): Future[IndexedSeq[T]]
execute futures