Home
last modified time | relevance | path

Searched refs:random_unit_vector (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-ase/ase-3.22.0/ase/build/
H A Dattach.py7 def random_unit_vector(rng): function
92 atoms2.rotate('x', random_unit_vector(rng),
95 direction=random_unit_vector(rng))
/dports/science/py-ase/ase-3.22.0/ase/test/cell/
H A Dtest_cell_completion.py8 def random_unit_vector(): function
19 cell[index] = random_unit_vector()
/dports/math/py-yt/yt-4.0.1/yt/fields/tests/
H A Dtest_vector_fields.py9 def random_unit_vector(prng): function
23 random_unit_vector(prng) for i in range(2)
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_fracture_cell/
H A Dfracture_cell_setup.py182 from mathutils.noise import random_unit_vector
184 points[:] = [p + (random_unit_vector() * (scalar * random())) for p in points]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/ant_landscape/
H A Dant_noise.py33 random_unit_vector,
570 origin = random_unit_vector()