Struct SimOne_LineCurve_Parameter
Defined in File SimOneIOStruct.h
Struct Documentation
-
struct SimOne_LineCurve_Parameter
Public Members
-
float C0
曲线的0次系数 (常数项)。
The 0th order coefficient (constant term) of the curve.
-
float C1
曲线的一次系数 (线性项)。
The 1st order coefficient (linear term) of the curve.
-
float C2
曲线的二次系数 (二次项)。
The 2nd order coefficient (quadratic term) of the curve.
-
float C3
曲线的三次系数 (三次项)。
The 3rd order coefficient (cubic term) of the curve.
-
SimOne_Data_Vec3f endPoints
曲线的终点坐标。
The ending point coordinates of the curve.
-
SimOne_Data_Vec3f firstPoints
曲线的起始点坐标。
The starting point coordinates of the curve.
-
int length = 0
曲线的长度,初始值为0。
The length of the curve, initialized to 0.
-
float C0