Searched refs:fInvSinTheta (Results 1 – 2 of 2) sorted by relevance
692 fInvSinTheta = 1.f; in reset()697 fInvSinTheta = 1.f / sqrt(1.f - fCosTheta * fCosTheta); in reset()925 float4 halfTanTheta = -edgeVectors.fCosTheta * edgeVectors.fInvSinTheta; in reset()927 next_ccw(edgeDistances) * next_ccw(edgeVectors.fInvSinTheta) + in reset()928 next_cw(edgeDistances) * edgeVectors.fInvSinTheta; in reset()992 float4 signedOutsets = -edgeVectors.fInvSinTheta * next_cw(signedEdgeDistances); in moveAlong()993 float4 signedOutsetsCW = edgeVectors.fInvSinTheta * signedEdgeDistances; in moveAlong()
118 skvx::float4 fInvSinTheta; // 1 / sin(theta) member