UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NeohookeanModel.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3#include "Chaos/Matrix.h"
4
5namespace Chaos::Softs
6{
7template <typename T>
8T PsiNeohookeanMM(const Chaos::PMatrix<T, 3, 3>& F, const T mu, const T lambda);
9
10template <typename T>
12
13}
14
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Matrix.h:21
Definition CollectionEmbeddedSpringConstraintFacade.cpp:6
void PNeohookeanMM(const Chaos::PMatrix< T, 3, 3 > &Fe, const T mu, const T lambda, Chaos::PMatrix< T, 3, 3 > &P)
Definition NeohookeanModel.cpp:22
T PsiNeohookeanMM(const Chaos::PMatrix< T, 3, 3 > &F, const T mu, const T lambda)
Definition NeohookeanModel.cpp:11