abstract class Transformation
- Transformation
- Reference
- Object
Direct Known Subclasses
Defined in:
transformation.crInstance Method Summary
- #object_to_world(point : Point) : Point
- #object_to_world(point : Normal) : Normal
- #object_to_world(point : Vector) : Vector
- #object_to_world(ray : Ray)
- #object_to_world(point : AABB) : AABB
- #rotate(axis : Vector, degrees : Float64) : Transformation
- #scale(size : Float64) : Transformation
- #translate(offset : Vector) : Transformation
- #world_to_object(point : Point) : Point
- #world_to_object(point : Normal) : Normal
- #world_to_object(point : Vector) : Vector
- #world_to_object(ray : Ray)