File compute_body_force.h
File List > affine_body > compute_body_force.h
Go to the documentation of this file
#pragma once
#include <uipc/common/type_define.h>
#include <uipc/common/dllexport.h>
#include <uipc/geometry/simplicial_complex.h>
namespace uipc::geometry::affine_body
{
UIPC_GEOMETRY_API Vector12 compute_body_force(const SimplicialComplex& sc,
const Vector3& body_force_density);
} // namespace uipc::geometry::affine_body