Searched refs:nearCenter (Results 1 – 1 of 1) sorted by relevance
133 Vector3f nearCenter = temp.clone(); in updateFrustumPoints() local140 points[0].set(nearCenter).subtractLocal(nearUp).subtractLocal(nearRight); in updateFrustumPoints()141 points[1].set(nearCenter).addLocal(nearUp).subtractLocal(nearRight); in updateFrustumPoints()142 points[2].set(nearCenter).addLocal(nearUp).addLocal(nearRight); in updateFrustumPoints()143 points[3].set(nearCenter).subtractLocal(nearUp).addLocal(nearRight); in updateFrustumPoints()