C# Класс Agent.Bounds

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
center Vector3
lb Vector3

Открытые методы

Метод Описание
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

Описание методов

Bounds() публичный Метод

public Bounds ( Point3d min, Point3d max ) : System
min Point3d
max Point3d
Результат System

Bounds() публичный Метод

public Bounds ( Vector3 center, Vector3 sideLength ) : System
center Vector3
sideLength Vector3
Результат System

Contains() публичный Метод

public Contains ( Vector3 p ) : bool
p Vector3
Результат bool

IntersectRay() публичный Метод

public IntersectRay ( Ray ray ) : bool
ray Ray
Результат bool

max() публичный статический Метод

public static max ( float f1, float f2 ) : float
f1 float
f2 float
Результат float

min() публичный статический Метод

public static min ( float f1, float f2 ) : float
f1 float
f2 float
Результат float

Описание свойств

center публичное свойство

public Vector3 center
Результат Vector3

lb публичное свойство

public Vector3 lb
Результат Vector3