I have a Perspective Camera with a certain projection matrix ,I just want to extract the fow , near plane and far plane from it. I know there is a function in Three.js :
.updateProjectionMatrix()
it creates a projection matrix based on parameters listed above, basically i want the reverse process.