Libraries
»
cglm
(0.1.4)
»
Index
»
CGLM
»
Mat3
»
#to_a
Method: CGLM::Mat3#to_a
Defined in:
lib/cglm/mat3.rb
#
to_a
⇒
Object
15 16 17
# File 'lib/cglm/mat3.rb', line 15
def
to_a
3
.
times
.
map
{
|
i
|
self
[
i
]
.
to_a
}
end