Click or drag to resize
SoTrackFollowerComputeData Method

Returns the position and the three rotations used to compute the orientation field for a given alpha value.

Namespace: OIV.Inventor.Engines
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void ComputeData(
	float alpha,
	out SbVec3f vessel_pos,
	out SbRotation vessel_rot,
	out SbRotation roll_rot,
	out SbRotation head_rot
)

Parameters

alpha
Type: SystemSingle
vessel_pos
Type: OIV.InventorSbVec3f
vessel_rot
Type: OIV.InventorSbRotation
roll_rot
Type: OIV.InventorSbRotation
head_rot
Type: OIV.InventorSbRotation
Remarks