Home
last modified time | relevance | path

Searched refs:ApplyFrameTransform (Results 1 – 3 of 3) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/physics/
H A DChSystemGpuMesh_impl.h151 static void ApplyFrameTransform(float3& p, float* pos, float* rot_mat);
H A DChSystemGpuMesh_impl.cpp151 void ChSystemGpuMesh_impl::ApplyFrameTransform(float3& p, float* pos, float* rot_mat) { in ApplyFrameTransform() function in chrono::gpu::ChSystemGpuMesh_impl
H A DChSystemGpu.cpp1609 sys_trimesh->ApplyFrameTransform(point, sys_trimesh->tri_params->fam_frame_broad[i].pos, in WriteMesh()
1714 … sys_trimesh->ApplyFrameTransform(point, sys_trimesh->tri_params->fam_frame_broad[mesh_num].pos, in WriteMeshes()