AffineSequence3D

data class AffineSequence3D(val affineList: List<Affine3D>)

Represents a sequence of affine transformation matrices in 3D.

Parameters

affineList

list of consecutively applied AffineSequence3D transformation matrices

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

number of Affine3D matrices contained in list

Functions

Link copied to clipboard
Link copied to clipboard
fun isNotEmpty(): <Error class: unknown class>
Link copied to clipboard

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