Point3D.cross
void cross(graphene.point3_d.Point3D b, out graphene.point3_d.Point3D res)Computes the cross product of the two given #graphene_point3d_t.
Parameters
b | a #graphene_point3d_t |
res | return location for the cross product |
void cross(graphene.point3_d.Point3D b, out graphene.point3_d.Point3D res)Computes the cross product of the two given #graphene_point3d_t.
b | a #graphene_point3d_t |
res | return location for the cross product |