Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TTransformSequence3
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
const TTransformSRT3< RealType >& Transform |
Add Transform to the end of the sequence, ie Seq(P) becomes NewTransform * Seq(P) | |
| void | Append
(
const FTransform& Transform |
Add Transform to the end of the sequence, ie Seq(P) becomes NewTransform * Seq(P) | |
| void | Append
(
const TTransformSequence3< RealType >& SequenceToAppend |
Add all transforms in given sequence to the end of this sequence, ie Seq(P) becomes SequenceToAppend * Seq(P) |