AffineSequence2D

data class AffineSequence2D(val affineList: List<Affine2D>)

Represents a sequence of affine transformation matrices in 2D.

Parameters

affineList

list of consecutively applied Affine2D transformation matrices

Constructors

Link copied to clipboard
constructor(affine: Affine2D)
constructor(affineList: List<Affine2D>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val size: Int

number of Affine2D matrices contained in list

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Solves all contained Affine2D by multiplication and returns the resulting transformation matrix.