rename modifier to transformer
This commit is contained in:
parent
9844475fa1
commit
12ceb6f69b
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ mod redis_ctrl;
|
||||||
mod conf;
|
mod conf;
|
||||||
mod errors;
|
mod errors;
|
||||||
mod point;
|
mod point;
|
||||||
mod modifier;
|
mod transformer;
|
||||||
|
|
||||||
use helios_dac::{
|
use helios_dac::{
|
||||||
self,
|
self,
|
||||||
|
|
@ -21,7 +21,7 @@ use redis_ctrl::{RedisCtrl,Order};
|
||||||
use conf::Conf;
|
use conf::Conf;
|
||||||
use errors::{LJError,LJResult};
|
use errors::{LJError,LJResult};
|
||||||
use point::Point;
|
use point::Point;
|
||||||
use modifier::{Transformers,Translate,Replicate};
|
use transformer::{Transformers,Translate,Replicate};
|
||||||
|
|
||||||
const CENTER : (f32,f32) = (2000.0, 2000.0);
|
const CENTER : (f32,f32) = (2000.0, 2000.0);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue