selectsphere
A rectangular selection volume.
Signatures
- selectsphere( float radius, vector position )
Details
Defines a spherical space section that can be used as selection input for certain functions.
Example
selectsphere s( 0.5, <[2.5, 2.5, 2.5]> )
Casts To
Parameters
- radius
-
The radius of the selectsphere.
- position
-
The center position of the selectsphere.