Plane Constructor |
Name | Description | |
---|---|---|
![]() | Plane | 默认构造函数,此构造函数会构造一个元素全为0的无效坐标面(等价于Plane.NULL) |
![]() | Plane(Mat43) | 复制构造函数,根据已有的平面矩阵创建一个新的平面实例。 |
![]() | Plane(Plane) | 复制构造函数,根据已有的平面创建一个新的平面实例。 |
![]() | Plane(Plane) | 复制构造函数,根据已有的平面创建一个新的平面实例。 |
![]() | Plane(Point, Vector) | 通过原点、法线构造一个坐标系面 |
![]() | Plane(Point, Vector, Vector) | 通过原点、x, y轴向构造一个坐标系面 |