C# Class Agent.Bounds

Afficher le fichier Open project: lxfschr/Quelea

Méthodes publiques

Свойство Type Description
center Vector3
lb Vector3

Méthodes publiques

Méthode Description
Bounds ( Point3d min, Point3d max ) : System
Bounds ( Vector3 center, Vector3 sideLength ) : System
Contains ( Vector3 p ) : bool
IntersectRay ( Ray ray ) : bool
max ( float f1, float f2 ) : float
min ( float f1, float f2 ) : float

Method Details

Bounds() public méthode

public Bounds ( Point3d min, Point3d max ) : System
min Point3d
max Point3d
Résultat System

Bounds() public méthode

public Bounds ( Vector3 center, Vector3 sideLength ) : System
center Vector3
sideLength Vector3
Résultat System

Contains() public méthode

public Contains ( Vector3 p ) : bool
p Vector3
Résultat bool

IntersectRay() public méthode

public IntersectRay ( Ray ray ) : bool
ray Ray
Résultat bool

max() public static méthode

public static max ( float f1, float f2 ) : float
f1 float
f2 float
Résultat float

min() public static méthode

public static min ( float f1, float f2 ) : float
f1 float
f2 float
Résultat float

Property Details

center public_oe property

public Vector3 center
Résultat Vector3

lb public_oe property

public Vector3 lb
Résultat Vector3