|
JSim 2026.06.01-p(1)
|
Public Member Functions | |
| Coral2025 () | |
| void | place (Pose3d branch) |
| Public Member Functions inherited from jsim.api.GamePieceState | |
| GamePieceState (GamePieceType type) | |
| GamePieceType | getType () |
| void | setVelocity (LinearVelocity3d velocity) |
| void | setRotation (Rotation3d rotation) |
| LinearVelocity3d | getVelocity () |
| Rotation3d | getRotation () |
| void | setRobotOffsetStart (Translation2d offset) |
| Translation2d | getRobotOffsetStart () |
| void | setExitVelocity (LinearVelocity3d velocity) |
| LinearVelocity3d | getExitVelocity () |
| void | setExitAngle (Rotation3d angle) |
| Rotation3d | getExitAngle () |
| void | intakeZone (Translation3d[] intakeArea) |
| Translation3d[] | getIntakeArea () |
Additional Inherited Members | |
| Public Attributes inherited from jsim.api.GamePieceState | |
| GamePieceType | type |
| LinearVelocity3d | velocity |
| Rotation3d | rotation |
| Translation2d | robotOffsetStart |
| LinearVelocity3d | exitVelocity |
| Rotation3d | exitAngle |
| Translation3d[] | intakeArea |
Represents a 2025 Coral game piece.
|
inline |
Constructs a Coral2025 game piece.
|
inline |
Simulates placing the coral game piece.
| branch | The pose where the coral is placed. |