iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Public Attributes | List of all members
imstk::ProgrammableClient::CircularMovement Struct Reference

Command for circular movement of an analytical geometry. More...

#include <imstkProgrammableClient.h>

Inheritance diagram for imstk::ProgrammableClient::CircularMovement:
Inheritance graph
[legend]
Collaboration diagram for imstk::ProgrammableClient::CircularMovement:
Collaboration graph
[legend]

Public Member Functions

void activate (ProgrammableClient &) override
 
void updateDevice (ProgrammableClient &) override
 
void complete (ProgrammableClient &) override
 

Public Attributes

Vec3d startPosition = Vec3d::Zero()
 
Vec3d centerPosition = Vec3d::Zero()
 
double radius = 0.0
 
double angle = 0
 
double angleStep = 0
 
- Public Attributes inherited from imstk::ProgrammableClient::Command
CommandState state = CommandState::WAITING
 
double startTime = 0.0
 
double duration = 0.0
 

Detailed Description

Command for circular movement of an analytical geometry.

Definition at line 81 of file imstkProgrammableClient.h.


The documentation for this struct was generated from the following files: