Back to class index
| Plane::MirrorSyntaxfloat3 Plane::Mirror(const float3 &point) const; [7 lines of code]Mirrors the given point with respect to this plane. This function maps the given point to its mirror point on the opposite side of this plane. Note This operation can be expressed as a float3x4 matrix operation. To compute the mirror matrix for this plane, use the MirrorMatrix() function. Performance8.21nsecs/call ≈ 121.8M calls/second ≈ 2.03M calls/frame (@ 60fps). See AlsoLeave a Comment |