Skip to content

Struct SimOne_LineCurve_Parameter

ClassList > SimOne_LineCurve_Parameter

  • #include <SimOneIOStruct.h>

Public Attributes

Type Name
float C0
float C1
float C2
float C3
SimOne_Data_Vec3f endPoints
SimOne_Data_Vec3f firstPoints
int length = 0

Public Attributes Documentation

variable C0

float SimOne_LineCurve_Parameter::C0;

曲线的0次系数 (常数项)。 * The 0th order coefficient (constant term) of the curve.


variable C1

float SimOne_LineCurve_Parameter::C1;

曲线的一次系数 (线性项)。 * The 1st order coefficient (linear term) of the curve.


variable C2

float SimOne_LineCurve_Parameter::C2;

曲线的二次系数 (二次项)。 * The 2nd order coefficient (quadratic term) of the curve.


variable C3

float SimOne_LineCurve_Parameter::C3;

曲线的三次系数 (三次项)。 * The 3rd order coefficient (cubic term) of the curve.


variable endPoints

SimOne_Data_Vec3f SimOne_LineCurve_Parameter::endPoints;

曲线的终点坐标。 * The ending point coordinates of the curve.


variable firstPoints

SimOne_Data_Vec3f SimOne_LineCurve_Parameter::firstPoints;

曲线的起始点坐标。 * The starting point coordinates of the curve.


variable length

int SimOne_LineCurve_Parameter::length;

曲线的长度,初始值为0。 * The length of the curve, initialized to 0.



The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h