Public Member Functions | |
| mixed | SetVisible (mixed bVisible) |
| mixed | BBoxIntersectsPoint (mixed x, mixed y, mixed z) |
| mixed | MirrorInBounds (mixed mx, mixed my, mixed mz) |
| mx,my,mz should be 1 or -1, keeps boundingbox | |
| mixed | RotateAroundPoint (mixed x, mixed y, mixed z, mixed qw, mixed qx, mixed qy, mixed qz) |
| mixed | Mirror (mixed mx, mixed my, mixed mz) |
| mx,my,mz should be 1 or -1, does NOT keep boundingbox | |
| mixed | Move (mixed addx, mixed addy, mixed addz) |
| mixed | Rotate (mixed qw, mixed qx, mixed qy, mixed qz) |
| mixed | RayPick (mixed rx, mixed ry, mixed rz, mixed rvx, mixed rvy, mixed rvz) |
| return facenum,dist | |
Definition at line 363 of file lua_pseudo_code.cpp.
| mixed gModulePrototype::SetVisible | ( | mixed | bVisible | ) | [inline] |
Definition at line 365 of file lua_pseudo_code.cpp.
| mixed gModulePrototype::BBoxIntersectsPoint | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z | |||
| ) | [inline] |
Definition at line 367 of file lua_pseudo_code.cpp.
| mixed gModulePrototype::MirrorInBounds | ( | mixed | mx, | |
| mixed | my, | |||
| mixed | mz | |||
| ) | [inline] |
| mixed gModulePrototype::RotateAroundPoint | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z, | |||
| mixed | qw, | |||
| mixed | qx, | |||
| mixed | qy, | |||
| mixed | qz | |||
| ) | [inline] |
Definition at line 372 of file lua_pseudo_code.cpp.
| mixed gModulePrototype::Mirror | ( | mixed | mx, | |
| mixed | my, | |||
| mixed | mz | |||
| ) | [inline] |
mx,my,mz should be 1 or -1, does NOT keep boundingbox
Definition at line 375 of file lua_pseudo_code.cpp.
| mixed gModulePrototype::Move | ( | mixed | addx, | |
| mixed | addy, | |||
| mixed | addz | |||
| ) | [inline] |
Definition at line 377 of file lua_pseudo_code.cpp.
| mixed gModulePrototype::Rotate | ( | mixed | qw, | |
| mixed | qx, | |||
| mixed | qy, | |||
| mixed | qz | |||
| ) | [inline] |
Definition at line 379 of file lua_pseudo_code.cpp.
| mixed gModulePrototype::RayPick | ( | mixed | rx, | |
| mixed | ry, | |||
| mixed | rz, | |||
| mixed | rvx, | |||
| mixed | rvy, | |||
| mixed | rvz | |||
| ) | [inline] |
1.5.6