Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MoveCommand ¶
type MoveCommand struct {
// contains filtered or unexported fields
}
func NewMoveCommand ¶
func NewMoveCommand(obj object.Movable, translation *primitives.Vector3d) *MoveCommand
func (*MoveCommand) Invoke ¶
func (cmd *MoveCommand) Invoke() error
type RecursiveCommand ¶
func (*RecursiveCommand) Invoke ¶
func (cmd *RecursiveCommand) Invoke() error
type RotateCommand ¶
type RotateCommand struct {
// contains filtered or unexported fields
}
func NewRotateCommand ¶
func NewRotateCommand(obj object.Rotatable, rotation *primitives.Vector3d) *RotateCommand
func (*RotateCommand) Invoke ¶
func (cmd *RotateCommand) Invoke() error
Click to show internal directories.
Click to hide internal directories.