Yasiu Spline Meshed 1
Extension of basic spline for use with meshes.
Loading...
Searching...
No Matches
FVectorRange Struct Reference

Pair of 2 vectors representing Min and Max values of XYZ. More...

#include <SplineMeshedComponent.h>

Public Member Functions

 FVectorRange (float value)
 Constructor Value = Min = Max.
 FVectorRange (float valMin, float valMax)
 Constructor for same min and max values.
 FVectorRange (float amplitudeA, float amplitudeB, float amplitudeC)
 Constructor with 3 amplitudes, Min = -amplitude, Max = amplitude.
bool operator!= (const double &Number) const
 Checks if any element in Min/Max is different than passed Number.

Public Attributes

FVector Min {-1, -1, -1}
 Vector of min values.
FVector Max {1, 1, 1}
 Vector of max values.

Detailed Description

Pair of 2 vectors representing Min and Max values of XYZ.


The documentation for this struct was generated from the following file: