|
| FReal | Chaos::GetWindingOrder (const FVec3 &Scale) |
| |
| void | Chaos::ScaleTransformHelper (const FVec3 &TriMeshScale, const FRigidTransform3 &QueryTM, FRigidTransform3 &OutScaledQueryTM) |
| |
| template<typename QueryGeomType > |
| const QueryGeomType & | Chaos::ScaleGeomIntoWorldHelper (const QueryGeomType &QueryGeom, const FVec3 &TriMeshScale) |
| |
| template<typename QueryGeomType > |
| TImplicitObjectScaled< QueryGeomType > | Chaos::ScaleGeomIntoWorldHelper (const TImplicitObjectScaled< QueryGeomType > &QueryGeom, const FVec3 &TriMeshScale) |
| |
| void | Chaos::TransformSweepOutputsHelper (FVec3 TriMeshScale, const FVec3 &HitNormal, const FVec3 &HitPosition, const FRealSingle LengthScale, const FRealSingle Time, FVec3 &OutNormal, FVec3 &OutPosition, FRealSingle &OutTime) |
| |
| template<typename QueryGeomType > |
| const auto | Chaos::MakeTriangleHelper (const QueryGeomType &Geom) |
| |
| template<typename QueryGeomType > |
| const auto | Chaos::MakeTriangleHelper (const TImplicitObjectScaled< QueryGeomType > &ScaledGeom) |
| |
| void | Chaos::ComputeScaledSweepInputs (FVec3 TriMeshScale, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FVec3 &OutScaledDirNormalized, FReal &OutLengthScale, FRigidTransform3 &OutScaledStartTM) |
| |
| FVec3 | Chaos::SafeInvScale (const FVec3 &Scale) |
| |