make_faces {SyScSelection} | R Documentation |
Fills a mesh with d-dimensional points representing all non-edge face points of a d-dimensional cube encompassing a d-dimensional unit spheroid.
Description
Fills a mesh with d-dimensional points representing all non-edge face points of a d-dimensional cube encompassing a d-dimensional unit spheroid.
Usage
make_faces(d, phi, normalize)
Arguments
d |
The number of dimensions for the unit spheroid |
phi |
Fineness of the mesh along each dimension of the 2D face |
normalize |
Whether to scale the corner points onto the sphere or not |
Value
A d x d*(d-1)*2^(d-3)*(phi-2)^2 array of face points
[Package SyScSelection version 1.0.2 Index]