OEQuatStarts

class OEQuatStarts : public OEInertialStarts

The OEQuatStarts represents the user defined quaternion starts for overlay optimization. The OEQuatStarts takes the user defined quaternions as the starts, with reference to the inertial frame of the reference system.

The following methods are publicly inherited from OEStarts:
The following methods are publicly inherited from OEInertialStarts:
The OEQuatStarts class defines the following public methods:

Constructors

OEQuatStarts() -> OEQuatStarts
OEQuatStarts(arg2: OEQuatStarts) -> OEQuatStarts

Default and copy constructors.

ClearStarts

ClearStarts() -> None

Clears the currently specified starts.

SetStarts

SetStarts(argQuats: OEDoubleArray, argNumStarts: int) -> None

Sets the starting quaternions. Method expects an array of size 7*NumQuats for the first argument.