rotating: An internal Rccp function for the random rotation of a convex polytope
Description
An internal Rccp function for the random rotation of a convex polytope
Usage
rotating(P, T = NULL, seed = NULL)
Value
A matrix that describes the rotated polytope
Arguments
- P
A convex polytope (H-, V-polytope or a zonotope).
- T
Optional. A rotation matrix.
- seed
Optional. A fixed seed for the random linear map generator.