ArticulationReducedSpace
Coordinates in reduced space.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public struct ArticulationReducedSpace
Remarks
The length of the internal array is equal to the amount of degrees of freedom (DoF).
Fields
Value | Description |
|---|---|
| dofCount | The number of degrees of freedom of a body. |
Constructors
Constructor | Description |
|---|---|
| ArticulationReducedSpace(System.Single) | Stores coordinates in reduced space. |
| ArticulationReducedSpace(System.Single,System.Single) | Stores coordinates in reduced space. |
| ArticulationReducedSpace(System.Single,System.Single,System.Single) | Stores coordinates in reduced space. |
Properties
Property | Description |
|---|---|
| this[] | Gets the coordinate along or about a specific degree of freedom. |