Ejemplo n.º 1
0
jfMatrix3::jfMatrix3(const jfMatrix3& other)
{
    copyHere(other);
}
Ejemplo n.º 2
0
jfMatrix3& jfMatrix3::operator=(const jfMatrix3& other)
{
    copyHere(other);
    return (*this);
}
Ejemplo n.º 3
0
jfVector3_x86& jfVector3_x86::operator=(const jfVector3& other)
{
    copyHere(other);
    return (*this);
}