Skip to content

EYES.src.utility.Functions.py

jaxsen edited this page Jul 6, 2023 · 1 revision

get_random_position(x=None, y=None, z=None)

Generates a random position based on the values defined in Config.prc, optional parameters lock an axis to a certain position.

Returns LVector3

get_random_hpr(h=None, p=None, r=None)

Generates a random rotation based on the values defined in Config.prc, optional parameters lock an axis to a certain position.

Returns LVector3

Clone this wiki locally