Join Slack
Powered by
if I have `Vec3ub: Vec3t` and `Vec3i: Vec3t` and V...
# getting-started
e
elect
10/12/2016, 3:21 PM
if I have
Vec3ub: Vec3t
and
Vec3i: Vec3t
and Vec3i has a secondary
constructor(v: Vec3t<Number>)
, why can't I initialize a Vec3i from a Vec3ub
Vec3i(vec3ub)
?
2
Views
Open in Slack
Previous
Next