Method: Numerix::Matrix4x4.create_reflection
- Defined in:
- lib/numerix/matrix4x4.rb
.create_reflection(plane) ⇒ Matrix4x4
Creates a Matrix that reflects the coordinate system about a specified plane.
628 629 |
# File 'lib/numerix/matrix4x4.rb', line 628 def create_reflection(plane) end |