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.

Parameters:

  • plane (Plane)

    The plane about which to create a reflection.

Returns:

  • (Matrix4x4)

    a new matrix expressing the reflection.



628
629
# File 'lib/numerix/matrix4x4.rb', line 628

def create_reflection(plane)
end