コード例 #1
0
jfMatrix3::jfMatrix3(const jfMatrix3& other)
{
    copyHere(other);
}
コード例 #2
0
jfMatrix3& jfMatrix3::operator=(const jfMatrix3& other)
{
    copyHere(other);
    return (*this);
}
コード例 #3
0
jfVector3_x86& jfVector3_x86::operator=(const jfVector3& other)
{
    copyHere(other);
    return (*this);
}