ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
Package XnaGeometry

XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...

Classes

struct  BoundingBox
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
class  BoundingFrustum
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
struct  BoundingSphere
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
class  MathHelper
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/
 
struct  Matrix
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
struct  Plane
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
class  PlaneHelper
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/
 
struct  Point
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
struct  Quaternion
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ Modified by Spelitz: Method 'ToMatrix' was incorrect. More...
 
struct  Ray
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
struct  Rectangle
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
struct  Vector2
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
struct  Vector3
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
struct  Vector4
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 

Enumerations

enum  ContainmentType { ContainmentType.Disjoint, ContainmentType.Contains, ContainmentType.Intersects }
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 
enum  PlaneIntersectionType { PlaneIntersectionType.Front, PlaneIntersectionType.Back, PlaneIntersectionType.Intersecting }
 XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
 

Detailed Description

Enumeration Type Documentation