Extrapolation

Extrapolation

Overview

Extrapolation is a class in Aspose.3D FOSS for Java.

Extrapolation defines how to do when sampled value is out of the range which defined by the first and last key-frames.

This class provides 5 methods for working with Extrapolation objects in Java programs. Available methods include: Extrapolation, getRepeatCount, getType, setRepeatCount, setType. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: repeatCount, type.

Properties

NameTypeAccessDescription
typeExtrapolationTypeReadGets and sets the sampling pattern of extrapolation
/
repeatCountintReadGets and sets the repeat times of the extrapolation pattern.

Methods

SignatureDescription
Extrapolation()Calls Extrapolation on this Extrapolation instance.
getType()ExtrapolationTypeGets and sets the sampling pattern of extrapolation
/
setType(value: ExtrapolationType)Gets and sets the sampling pattern of extrapolation
/
getRepeatCount()intGets and sets the repeat times of the extrapolation pattern.
setRepeatCount(value: int)Gets and sets the repeat times of the extrapolation pattern.

See Also

 English