Click or drag to resize
DigitalRunePerspectiveProjectionSet Method
Sets a symmetric, perspective projection based on width and height.
Overload List
  NameDescription
Public methodSet(Matrix44F)
Sets the perspective projection from the given projection matrix.
(Overrides ProjectionSet(Matrix44F).)
Public methodSet(Single, Single)
Sets a symmetric, perspective projection based on size.
Public methodSet(Single, Single, Single, Single)
Sets a symmetric, perspective projection based on size and depth.
Top
See Also