Matrix.transformSphere
void transformSphere(graphene.sphere.Sphere s, out graphene.sphere.Sphere res)Transforms a #graphene_sphere_t using the given matrix m. The result is the bounding sphere containing the transformed sphere.
Parameters
s | a #graphene_sphere_t |
res | return location for the bounds of the transformed sphere |