C# Class Nomad.Maths.AABB

ファイルを表示 Open project: Azerothian/fc3editor Class Usage Examples

Public Properties

Property Type Description
max Vec3
min Vec3

Public Methods

Method Description
AABB ( Vec3 min, Vec3 max ) : System
ToString ( ) : string
operator ( ) : AABB

Method Details

AABB() public method

public AABB ( Vec3 min, Vec3 max ) : System
min Vec3
max Vec3
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : AABB
return AABB

Property Details

max public_oe property

public Vec3,Nomad.Maths max
return Vec3

min public_oe property

public Vec3,Nomad.Maths min
return Vec3