/// <summary> /// Creates and initializes a new instance for the given sphere. /// </summary> public FBoxSphereBounds(FSphere sphere) : base(E_CreateStruct_FBoxSphereBounds_FSphere(sphere), false) { }
/// <summary> /// Creates and initializes a new instance from the given Box and Sphere. /// </summary> /// <param name="box">The bounding box.</param> /// <param name="sphere">The bounding sphere.</param> public FBoxSphereBounds(FBox box, FSphere sphere) : base(E_CreateStruct_FBoxSphereBounds_FBox_FSphere(box, sphere), false) { }