Searched refs:farRight (Results 1 – 1 of 1) sorted by relevance
138 Vector3f farRight = temp.set(right).multLocal(far_width).clone(); in updateFrustumPoints() local145 points[4].set(farCenter).subtractLocal(farUp).subtractLocal(farRight); in updateFrustumPoints()146 points[5].set(farCenter).addLocal(farUp).subtractLocal(farRight); in updateFrustumPoints()147 points[6].set(farCenter).addLocal(farUp).addLocal(farRight); in updateFrustumPoints()148 points[7].set(farCenter).subtractLocal(farUp).addLocal(farRight); in updateFrustumPoints()