[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: XBPhysics.pas line 376
type TPhysicsObject = class(TRigidBody) |
||
protected |
||
|
||
m_points: TAffineVectorList; |
|
|
|
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure AddExternalForces(); override; |
|
|
function Collision_body; override; |
|
|
procedure GetBoundingSphere(); virtual; |
|
|
function FindCloserPointTOPoint(); |
|
|
function FindDistanceFromPoint(); |
|
|
function GetMeshInfo(); virtual; |
|
|
procedure ClearData; virtual; |
|
|
procedure Initialase(); |
|
|
property Points: TAffineVectorList; [r] |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |