Class GenericAbstract6DofJointDef3D<T>
Definition of a 6DoF 3D Joint.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public abstract class GenericAbstract6DofJointDef3D<T> : JointDef3D<T> where T : IGeneric6DofJoint3D
Type Parameters
Name | Description |
---|---|
T | The joint interface. |
Fields
AFrame
A frame.
Declaration
public Matrix4x4 AFrame
Field Value
Type | Description |
---|---|
Matrix4x4 |
BFrame
B-frame.
Declaration
public Matrix4x4 BFrame
Field Value
Type | Description |
---|---|
Matrix4x4 |