Version 0.55.1

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]> )
 make (sphere) s
 

Casts To

string
selection
sphere

Parameters

radius

The radius of the selectsphere.

position

The center position of the selectsphere.

See also

🗙

Search results for