Libraries
»
cglm
(0.1.4)
»
Index
»
CGLM
»
Mat4
»
#to_a
Method: CGLM::Mat4#to_a
Defined in:
lib/cglm/mat4.rb
#
to_a
⇒
Object
20 21 22
# File 'lib/cglm/mat4.rb', line 20
def
to_a
4
.
times
.
map
{
|
i
|
self
[
i
]
.
to_a
}
end