Click or drag to resize
DigitalRuneOrthographicProjectionSet Method
Sets a right-handed, orthographic projection.
Overload List
  NameDescription
Public methodSet(Matrix44F)
Sets the orthographic projection from the given projection matrix.
(Overrides ProjectionSet(Matrix44F).)
Public methodSet(Single, Single)
Sets a right-handed, orthographic projection with the specified size.
Public methodSet(Single, Single, Single, Single)
Sets a right-handed, orthographic projection with the specified size and depth.
Top
See Also