Click or drag to resize

CommandListAppendHeadingScale Method

Sets the scaling of the heading transformation applied to headings used for sky writing and variable poly delays.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.8.0
Syntax
C#
public void AppendHeadingScale(
	Point3D scaling
)

Parameters

scaling  Point3D
The scaling parameters to define a new transformation. The transformation matrix of the heading transformation is defined by setting the diagonal entries to the respective coordinates of this scaling vector.
Remarks
Appends a HEADING_SCALE command to the list.
See Also