BaseMarkableJobElementFlip Method |
Flip the job element against given flags for axes.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic 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.
Implements
ITransformableFlip(bvec3, Boolean)
See Also