Click or drag to resize

ITransformableFlip Method

Flip the job element against given flags for axes.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void Flip(
	bvec3 axesFlag,
	bool isRelative
)

Parameters

axesFlag  bvec3
The flags to indicate which axes are used for the flip.
isRelative  Boolean
The flags to indicate whether the axes flags are relative.
See Also