32 require(precondition_of(\
41 ensure(postcondition_of(\
56 require(precondition_of(\
65 ensure(postcondition_of(\
SHEAF_DLL_SPEC void cross_equal(sec_e3 &xresult, const sec_e3 &xother, bool xauto_access)
The 3D Euclidean vector "cross" product of xresult with xother; synonym for cross(xresult, xother, xresult, xauto_access).
void SHEAF_DLL_SPEC cross(const field_e3 &x0, const field_e3 &x1, field_e3 &xresult, bool xauto_access)
The 3D Euclidean vector "cross" product of x0 with x1 (pre-allocated version).
void SHEAF_DLL_SPEC cross_equal(e3 &xresult, const e3 &xother, bool xauto_access)
The 3D Euclidean vector "cross" product of xresult with xother (self-allocated version).
void SHEAF_DLL_SPEC cross_equal(field_e3 &xresult, const field_e3 &xother, bool xauto_access)
The 3D Euclidean vector "cross" product of xresult with xother, /// synonym for cross(xresult, xother, xresult, xauto_access).
void SHEAF_DLL_SPEC cross(const e3 &x0, const e3 &x1, e3 &xresult, bool xauto_access)
The 3D Euclidean vector "cross" product of x0 with x1 (pre-allocated version).
sec_e3 & property() const
The dependent variable of this field.
A property of type sec_e3 as a function of global coordinates.
SHEAF_DLL_SPEC void cross(const sec_e3 &x0, const sec_e3 &x1, sec_e3 &xresult, bool xauto_access)
The 3D Euclidean vector "cross" product of x0 with x1 (pre-allocated version).