|
| | FCapsule () |
| |
| | FCapsule (const FVec3 &x1, const FVec3 &x2, const FReal Radius) |
| |
| | FCapsule (const FCapsule &Other) |
| |
| | FCapsule (FCapsule &&Other) |
| |
| FCapsule & | operator= (FCapsule &&InSteal) |
| |
| | ~FCapsule () |
| |
| virtual FReal | GetRadius () const override |
| |
| virtual FRealSingle | GetRadiusf () const override |
| |
| TArray< FVec3 > | ComputeLocalSamplePoints (const int32 NumPoints) const |
| |
| TArray< FVec3 > | ComputeLocalSamplePoints (const FReal PointsPerUnitArea, const int32 MinPoints=0, const int32 MaxPoints=1000) const |
| |
| TArray< FVec3 > | ComputeSamplePoints (const int32 NumPoints) const |
| |
| TArray< FVec3 > | ComputeSamplePoints (const FReal PointsPerUnitArea, const int32 MinPoints=0, const int32 MaxPoints=1000) const |
| |
| virtual FReal | PhiWithNormal (const FVec3 &x, FVec3 &Normal) const override |
| |
| virtual const FAABB3 | BoundingBox () const override |
| |
| virtual FAABB3 | CalculateTransformedBounds (const FRigidTransform3 &Transform) const override |
| |
| virtual bool | Raycast (const FVec3 &StartPoint, const FVec3 &Dir, const FReal Length, const FReal Thickness, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex) const override |
| |
| FORCEINLINE FVec3 | Support (const FVec3 &Direction, const FReal Thickness, int32 &VertexIndex) const |
| |
| FORCEINLINE FVec3f | Supportf (const FVec3f &Direction, const FRealSingle Thickness, int32 &VertexIndex) const |
| |
| FORCEINLINE FVec3 | SupportCore (const FVec3 &Direction, const FReal InMargin, FReal *OutSupportDelta, int32 &VertexIndex) const |
| |
| FORCEINLINE FVec3f | SupportCore (const FVec3f &Direction, const FRealSingle InMargin, FRealSingle *OutSupportDelta, int32 &VertexIndex) const |
| |
| FORCEINLINE VectorRegister4Float | SupportCoreSimd (const VectorRegister4Float &Direction, const FReal InMargin) const |
| |
| FORCEINLINE FVec3 | SupportCoreScaled (const FVec3 &Direction, const FReal InMargin, const FVec3 &Scale, FReal *OutSupportDelta, int32 &VertexIndex) const |
| |
| FORCEINLINE void | SerializeImp (FArchive &Ar) |
| |
| virtual void | Serialize (FChaosArchive &Ar) override |
| |
| virtual FString | ToString () const override |
| |
| virtual Chaos::FImplicitObjectPtr | CopyGeometry () const override |
| |
| virtual Chaos::FImplicitObjectPtr | CopyGeometryWithScale (const FVec3 &Scale) const override |
| |
| FReal | GetHeight () const |
| |
| FRealSingle | GetHeightf () const |
| |
| const FVec3 | GetOrigin () const |
| |
| const FVec3f | GetOriginf () const |
| |
| const FVec3f | GetInsertion () const |
| |
| FVec3 | GetCenter () const |
| |
| FVec3f | GetCenterf () const |
| |
| FVec3 | GetCenterOfMass () const |
| |
| FVec3f | GetCenterOfMassf () const |
| |
| const FVec3 | GetAxis () const |
| |
| const FVec3 | GetX1 () const |
| |
| FVec3 | GetX2 () const |
| |
| const FVec3f | GetAxisf () const |
| |
| const FVec3f | GetX1f () const |
| |
| FVec3f | GetX2f () const |
| |
| TSegment< FReal > | GetSegment () const |
| |
| FReal | GetArea () const |
| |
| FReal | GetVolume () const |
| |
| FMatrix33 | GetInertiaTensor (const FReal Mass) const |
| |
| FRotation3 | GetRotationOfMass () const |
| |
| virtual uint32 | GetTypeHash () const override |
| |
| FVec3 | GetClosestEdgePosition (int32 PlaneIndexHint, const FVec3 &Position) const |
| |
| int32 | NumPlaneVertices (int32 PlaneIndex) const |
| |
| FORCEINLINE FReal | GetWindingOrder () const |
| |
| const FVec3 | GetVertex (int32 VertexIndex) const |
| |
| int32 | GetMostOpposingPlane (const FVec3 &Normal) const |
| |
| int32 | GetMostOpposingPlaneScaled (const FVec3 &Normal, const FVec3 &Scale) const |
| |
| int32 | GetPlaneVertex (int32 PlaneIndex, int32 PlaneVertexIndex) const |
| |
| const TPlaneConcrete< FReal, 3 > | GetPlane (int32 FaceIndex) const |
| |
| void | GetPlaneNX (const int32 FaceIndex, FVec3 &OutN, FVec3 &OutX) const |
| |
| int32 | FindVertexPlanes (int32 VertexIndex, int32 *OutVertexPlanes, int32 MaxVertexPlanes) const |
| |
| int32 | GetVertexPlanes3 (int32 VertexIndex, int32 &PlaneIndex0, int32 &PlaneIndex1, int32 &PlaneIndex2) const |
| |
| int32 | NumPlanes () const |
| |
| CHAOS_API FReal | SignedDistance (const FVec3 &x) 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 FReal | GetMargin () const |
| |
| virtual FRealSingle | GetMarginf () const |
| |
| virtual CHAOS_API bool | IsValidGeometry () const |
| |
| virtual Chaos::FImplicitObjectPtr | DeepCopyGeometry () const |
| |
| virtual Chaos::FImplicitObjectPtr | DeepCopyGeometryWithScale (const FVec3 &Scale) 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 FReal | PhiWithNormalScaled (const FVec3 &Pos, const FVec3 &Scale, FVec3 &Normal) 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) |
| |
| virtual bool | IsPerformanceWarning () const |
| |
| virtual FString | PerformanceWarningAndSimplifaction () |
| |
| 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 int32 | FindMostOpposingFace (const FVec3 &Position, const FVec3 &UnitDir, int32 HintFaceIndex, FReal SearchDist) const |
| |
| virtual int32 | FindMostOpposingFaceScaled (const FVec3 &Position, const FVec3 &UnitDir, int32 HintFaceIndex, FReal SearchDist, const FVec3 &Scale) const |
| |
| virtual int32 | FindClosestFaceAndVertices (const FVec3 &Position, TArray< FVec3 > &FaceVertices, FReal SearchDist=0.01f) const |
| |
| virtual FVec3 | FindGeometryOpposingNormal (const FVec3 &DenormDir, int32 FaceIndex, const FVec3 &OriginalNormal) 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 void | Serialize (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 |
| |