Method DebugDrawTransform
DebugDrawTransform(AffineTransform, float, float)
Debug visualization for transforms, i.e. a position and rotation.
Declaration
public static void DebugDrawTransform(AffineTransform transform, float scale, float alpha = 1)
Parameters
Type | Name | Description |
---|---|---|
AffineTransform | transform | The transforms that should be displayed. |
float | scale | A scale that determines the length of the rotation axis of the transform. |
float | alpha | An color alpha value that is to be used for the rotation axis display. |