RaTweening 1.0.0
|
This Util class hold the tools to exclude various axes in 3D space from tweening calculations More...
Public Types | |
enum | Axis |
Flag based enum representing 3D Axis | |
Static Public Member Functions | |
static Axis | GetOnlyIncludeAxes (Axis inclAxes) |
Returns a Axis which only contains the Axes which are not defined within the input More... | |
static Vector3 | ApplyExcludeAxes (Vector3 original, Vector3 final, Axis excludeAxes) |
Resets the final result to the original Vector based on which Axes are to be excluded from the final calculation More... | |
This Util class hold the tools to exclude various axes in 3D space from tweening calculations
|
static |
Resets the final result to the original Vector based on which Axes are to be excluded from the final calculation
original | The original value |
final | The final value |
excludeAxes | The axes which should be reset to the original value within the final value |