namespace Yw.WinFrmUI.HydroL3d
{
public class NetworkParas
{
///
///
///
public BoundingBox3d BoundingBox { get; set; }
///
///
///
public Point3d Ceneter { get; set; }
///
///
///
public Point3d Rotation { get; set; }
///
///
///
public Point3d Translation { get; set; }
///
/// 缩放
///
public Point3d Scale { get; set; }
///
///
///
public Perspective3d Perspective { get; set; }
///
///
///
public LookAt3d LookAt { get; set; }
}
}