Point3D.scale
void scale(float factor, out graphene.point3_d.Point3D res)Scales the coordinates of the given #graphene_point3d_t by the given factor.
Parameters
factor | the scaling factor |
res | return location for the scaled point |
void scale(float factor, out graphene.point3_d.Point3D res)Scales the coordinates of the given #graphene_point3d_t by the given factor.
factor | the scaling factor |
res | return location for the scaled point |