SystemEX  Lacking
Additional generic collection types missing in .net
SystemEx.Numeric.Projection Struct Reference

Public Member Functions

 Projection (float fFov, float fAspect, float fNearPlane, float fFarPlane)

Public Attributes

float m_fFov
float m_fAspect
float m_fNearPlane
float m_fFarPlane

Constructor & Destructor Documentation

◆ Projection()

SystemEx.Numeric.Projection.Projection ( float fFov,
float fAspect,
float fNearPlane,
float fFarPlane )
12 {
13 m_fFov = fFov;
14 m_fAspect = fAspect;
15 m_fNearPlane = fNearPlane;
16 m_fFarPlane = fFarPlane;
17 }

The documentation for this struct was generated from the following file:
  • Projection.cs