|
| | FConvex () |
| |
| | FConvex (FConvex &&Other) |
| |
| | FConvex (TArray< FPlaneType > &&InPlanes, TArray< FVec3Type > &&InVertices) |
| |
| | FConvex (TArray< FPlaneType > &&InPlanes, TArray< TArray< int32 > > &&InFaceIndices, TArray< FVec3Type > &&InVertices) |
| |
| | FConvex (TArray< FPlaneType > &&InPlanes, TArray< TArray< int32 > > &&InFaceIndices, TArray< FVec3Type > &&InVertices, const FVec3Type &InMin, const FVec3Type &InMax, const FRealType InVolume, const FVec3Type InInertiaTensor, const FRotation3 &InRotationMatrix, const bool bRegularDatas) |
| |
| | FConvex (const TArray< FVec3Type > &InVertices, const FReal InMargin, FConvexBuilder::EBuildMethod BuildMethod=FConvexBuilder::EBuildMethod::Default) |
| |
| FConvex & | operator= (const FConvex &Other)=delete |
| |
| FConvex & | operator= (FConvex &&Other) |
| |
| Chaos::FConvex * | RawCopyAsConvex () const |
| |
| TUniquePtr< FConvex > | CopyAsConvex () const |
| |
| CHAOS_API Chaos::FImplicitObjectPtr | CopyGeometry () const override |
| |
| CHAOS_API Chaos::FImplicitObjectPtr | CopyGeometryWithScale (const FVec3 &Scale) const override |
| |
| CHAOS_API Chaos::FImplicitObjectPtr | DeepCopyGeometry () const override |
| |
| CHAOS_API Chaos::FImplicitObjectPtr | DeepCopyGeometryWithScale (const FVec3 &Scale) const override |
| |
| CHAOS_API void | MovePlanesAndRebuild (FRealType InDelta) |
| |
| virtual FReal | GetMargin () const override |
| |
| virtual FReal | GetRadius () const override |
| |
| virtual const FAABB3 | BoundingBox () const override |
| |
| FConvex::FAABB3Type | GetLocalBoundingBox () const |
| |
| virtual FReal | PhiWithNormal (const FVec3 &X, FVec3 &Normal) const override |
| |
| virtual FReal | PhiWithNormalScaled (const FVec3 &X, const FVec3 &Scale, FVec3 &Normal) const override |
| |
| virtual CHAOS_API bool | Raycast (const FVec3 &StartPoint, const FVec3 &Dir, const FReal Length, const FReal Thickness, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex) const override |
| |
| CHAOS_API bool | RaycastFast (const FVec3 &StartPoint, const FVec3 &Dir, const FReal Length, const FReal Thickness, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex) const |
| |
| virtual Pair< FVec3, bool > | FindClosestIntersectionImp (const FVec3 &StartPoint, const FVec3 &EndPoint, const FReal Thickness) const override |
| |
| bool | HasStructureData () const |
| |
| const FConvexStructureData & | GetStructureData () const |
| |
| CHAOS_API int32 | GetMostOpposingPlane (const FVec3 &Normal) const |
| |
| CHAOS_API int32 | GetMostOpposingPlaneScaled (const FVec3 &Normal, const FVec3 &Scale) const |
| |
| CHAOS_API FVec3 | GetClosestEdge (int32 PlaneIndexHint, const FVec3 &Position, FVec3 &OutEdgePos0, FVec3 &OutEdgePos1) const |
| |
| FVec3 | GetClosestEdgePosition (int32 PlaneIndex, const FVec3 &Position) const |
| |
| CHAOS_API bool | GetClosestEdgeVertices (int32 PlaneIndex, const FVec3 &Position, int32 &OutVertexIndex0, int32 &OutVertexIndex1) const |
| |
| CHAOS_API int32 | FindVertexPlanes (int32 VertexIndex, int32 *OutVertexPlanes, int32 MaxVertexPlanes) const |
| |
| CHAOS_API int32 | GetVertexPlanes3 (int32 VertexIndex, int32 &PlaneIndex0, int32 &PlaneIndex1, int32 &PlaneIndex2) const |
| |
| int32 | NumPlaneVertices (int32 PlaneIndex) const |
| |
| int32 | GetPlaneVertex (int32 PlaneIndex, int32 PlaneVertexIndex) const |
| |
| int32 | GetEdgeVertex (int32 EdgeIndex, int32 EdgeVertexIndex) const |
| |
| int32 | GetEdgePlane (int32 EdgeIndex, int32 EdgePlaneIndex) const |
| |
| int32 | GetPlaneHalfEdge (int32 PlaneIndex, int32 PlaneEdgeIndex) const |
| |
| void | GetHalfEdges (int32 EdgeIndex, int32 &OutHalfEdge0, int32 &OutHalfEdge1) const |
| |
| int32 | NumPlanes () const |
| |
| int32 | NumEdges () const |
| |
| int32 | NumVertices () const |
| |
| const TPlaneConcrete< FReal, 3 > | GetPlane (int32 FaceIndex) const |
| |
| void | GetPlaneNX (const int32 FaceIndex, FVec3 &OutN, FVec3 &OutX) const |
| |
| const FPlaneType & | GetPlaneRaw (int32 FaceIndex) const |
| |
| const FVec3Type & | GetVertex (int32 VertexIndex) const |
| |
| virtual CHAOS_API int32 | FindMostOpposingFace (const FVec3 &Position, const FVec3 &UnitDir, int32 HintFaceIndex, FReal SearchDist) const override |
| |
| virtual CHAOS_API int32 | FindMostOpposingFaceScaled (const FVec3 &Position, const FVec3 &UnitDir, int32 HintFaceIndex, FReal SearchDist, const FVec3 &Scale) const override |
| |
| FVec3 | FindGeometryOpposingNormal (const FVec3 &DenormDir, int32 FaceIndex, const FVec3 &OriginalNormal) const |
| |
| virtual CHAOS_API int32 | FindClosestFaceAndVertices (const FVec3 &Position, TArray< FVec3 > &FaceVertices, FReal SearchDist=0.01f) const override |
| |
| FReal | GetWindingOrder () const |
| |
| bool | IntersectPlanes3 (const FVec3 &X1, const FVec3 &N1, const FVec3 &X2, const FVec3 &N2, const FVec3 &X3, const FVec3 &N3, FVec3 &OutX, const FReal EpsilonSq=FReal(1.e-6)) const |
| |
| FVec3 | GetMarginAdjustedVertex (const int32 VertexIndex, const FReal InMargin, FReal *OutSupportDelta) const |
| |
| FVec3 | GetMarginAdjustedVertexScaled (int32 VertexIndex, FReal InMargin, const FVec3 &Scale, FReal *OutSupportDelta) const |
| |
| FVec3 | SupportCore (const FVec3 &Direction, const FReal InMargin, FReal *OutSupportDelta, int32 &VertexIndex) const |
| |
| VectorRegister4Float | SupportCoreSimd (const VectorRegister4Float &Direction, const FReal InMargin) const |
| |
| FVec3 | SupportCoreScaled (const FVec3 &Direction, FReal InMargin, const FVec3 &Scale, FReal *OutSupportDelta, int32 &VertexIndex) const |
| |
| FORCEINLINE FVec3 | Support (const FVec3 &Direction, const FReal Thickness, int32 &VertexIndex) const |
| |
| FORCEINLINE FVec3 | SupportScaled (const FVec3 &Direction, const FReal Thickness, const FVec3 &Scale, int32 &VertexIndex) const |
| |
| virtual FString | ToString () const override |
| |
| FString | ToStringSummary () const |
| |
| FString | ToStringFull () const |
| |
| const TArray< FVec3Type > & | GetVertices () const |
| |
| const TArray< FPlaneType > & | GetFaces () const |
| |
| const FReal | GetVolume () const |
| |
| const FMatrix33 | GetInertiaTensor (const FReal Mass) const |
| |
| FRotation3 | GetRotationOfMass () const |
| |
| const FVec3 | GetCenterOfMass () const |
| |
| virtual uint32 | GetTypeHash () const override |
| |
| FORCEINLINE void | SerializeImp (FArchive &Ar) |
| |
| virtual void | Serialize (FChaosArchive &Ar) override |
| |
| virtual void | Serialize (FArchive &Ar) override |
| |
| virtual bool | IsValidGeometry () const override |
| |
| virtual bool | IsPerformanceWarning () const override |
| |
| virtual FString | PerformanceWarningAndSimplifaction () override |
| |
| void | SimplifyGeometry () |
| |
| FVec3 | GetCenter () const |
| |
| virtual FName | GetTypeName () const |
| |
| CHAOS_API | FImplicitObject (int32 Flags, EImplicitObjectType InType=ImplicitObjectType::Unknown) |
| |
| | FImplicitObject (const FImplicitObject &)=delete |
| |
| | FImplicitObject (FImplicitObject &&)=delete |
| |
| virtual CHAOS_API | ~FImplicitObject () override |
| |
| template<typename TargetType > |
| bool | IsA () const |
| |
| template<typename TargetType > |
| const TargetType * | AsA () const |
| |
| template<typename TargetType > |
| TargetType * | AsA () |
| |
| template<typename TargetType > |
| const TargetType * | AsAChecked () const |
| |
| template<typename TargetType > |
| TargetType * | AsAChecked () |
| |
| template<class T_DERIVED > |
| T_DERIVED * | GetObject () |
| |
| template<class T_DERIVED > |
| const T_DERIVED * | GetObject () const |
| |
| template<class T_DERIVED > |
| const T_DERIVED & | GetObjectChecked () const |
| |
| template<class T_DERIVED > |
| T_DERIVED & | GetObjectChecked () |
| |
| virtual EImplicitObjectType | GetNestedType () const |
| |
| CHAOS_API EImplicitObjectType | GetType () const |
| |
| CHAOS_API EImplicitObjectType | GetCollisionType () const |
| |
| void | SetCollisionType (EImplicitObjectType InCollisionType) |
| |
| virtual FRealSingle | GetRadiusf () const |
| |
| virtual FRealSingle | GetMarginf () const |
| |
| virtual FImplicitObject * | Duplicate () const |
| |
| virtual TUniquePtr< FImplicitObject > | Copy () const |
| |
| virtual TUniquePtr< FImplicitObject > | CopyWithScale (const FVec3 &Scale) const |
| |
| virtual TUniquePtr< FImplicitObject > | DeepCopy () const |
| |
| virtual TUniquePtr< FImplicitObject > | DeepCopyWithScale (const FVec3 &Scale) const |
| |
| CHAOS_API bool | IsUnderlyingUnion () const |
| |
| CHAOS_API bool | IsUnderlyingMesh () const |
| |
| CHAOS_API FReal | SignedDistance (const FVec3 &x) const |
| |
| CHAOS_API FVec3 | Normal (const FVec3 &x) const |
| |
| virtual FAABB3 | CalculateTransformedBounds (const FRigidTransform3 &Transform) const |
| |
| bool | HasBoundingBox () const |
| |
| bool | IsConvex () const |
| |
| void | SetConvex (const bool Convex=true) |
| |
| void | SetDoCollide (const bool Collide) |
| |
| bool | GetDoCollide () const |
| |
| CHAOS_API void | Track (TSerializablePtr< FImplicitObject > This, const FString &DebugInfo) |
| |
| CHAOS_API Pair< FVec3, bool > | FindDeepestIntersection (const FImplicitObject *Other, const FBVHParticles *Particles, const FMatrix33 &OtherToLocalTransform, const FReal Thickness) const |
| |
| CHAOS_API Pair< FVec3, bool > | FindDeepestIntersection (const FImplicitObject *Other, const FParticles *Particles, const FMatrix33 &OtherToLocalTransform, const FReal Thickness) const |
| |
| CHAOS_API Pair< FVec3, bool > | FindClosestIntersection (const FVec3 &StartPoint, const FVec3 &EndPoint, const FReal Thickness) const |
| |
| virtual bool | Overlap (const FVec3 &Point, const FReal Thickness) const |
| |
| virtual void | AccumulateAllImplicitObjects (TArray< Pair< const FImplicitObject *, FRigidTransform3 > > &Out, const FRigidTransform3 &ParentTM) const |
| |
| virtual void | AccumulateAllSerializableImplicitObjects (TArray< Pair< TSerializablePtr< FImplicitObject >, FRigidTransform3 > > &Out, const FRigidTransform3 &ParentTM, TSerializablePtr< FImplicitObject > This) const |
| |
| virtual CHAOS_API void | FindAllIntersectingObjects (TArray< Pair< const FImplicitObject *, FRigidTransform3 > > &Out, const FAABB3 &LocalBounds) const |
| |
| CHAOS_API void | SerializeImp (FArchive &Ar) |
| |
| virtual uint16 | GetMaterialIndex (uint32 HintIndex) const |
| |
| int32 | CountObjectsInHierarchy () const |
| |
| int32 | CountLeafObjectsInHierarchy () const |
| |
| void | VisitOverlappingLeafObjects (const FAABB3 &LocalBounds, const FImplicitHierarchyVisitor &Visitor) const |
| |
| void | VisitLeafObjects (const FImplicitHierarchyVisitor &Visitor) const |
| |
| void | VisitObjects (const FImplicitHierarchyVisitorBool &Visitor) const |
| |
| bool | IsOverlappingBounds (const FAABB3 &LocalBounds) const |
| |
| virtual int32 | CountObjectsInHierarchyImpl () const |
| |
| virtual int32 | CountLeafObjectsInHierarchyImpl () const |
| |
| virtual void | VisitOverlappingLeafObjectsImpl (const FAABB3 &LocalBounds, const FRigidTransform3 &ObjectTransform, const int32 RootObjectIndex, int32 &ObjectIndex, int32 &LeafObjectIndex, const FImplicitHierarchyVisitor &VisitorFunc) const |
| |
| virtual void | VisitLeafObjectsImpl (const FRigidTransform3 &ObjectTransform, const int32 RootObjectIndex, int32 &ObjectIndex, int32 &LeafObjectIndex, const FImplicitHierarchyVisitor &VisitorFunc) const |
| |
| virtual bool | VisitObjectsImpl (const FRigidTransform3 &ObjectTransform, const int32 RootObjectIndex, int32 &ObjectIndex, int32 &LeafObjectIndex, const FImplicitHierarchyVisitorBool &VisitorFunc) const |
| |
| virtual bool | IsOverlappingBoundsImpl (const FAABB3 &LocalBounds) const |
| |
| | FChaosRefCountedObject () |
| |
| virtual | ~FChaosRefCountedObject () |
| |
| | FChaosRefCountedObject (const FChaosRefCountedObject &Rhs)=delete |
| |
| FChaosRefCountedObject & | operator= (const FChaosRefCountedObject &Rhs)=delete |
| |
| uint32 | AddRef () const |
| |
| uint32 | Release () const |
| |
| uint32 | GetRefCount () const |
| |
| void | MakePersistent () const |
| |