Метод | Описание | |
---|---|---|
Transform ( |
||
Transform ( Normal3D normal ) : Normal3D | ||
Transform ( Point3D point ) : Point3D | ||
Transform ( Point4D point ) : Point4D | ||
Transform ( |
||
Transform ( Vector3D vector ) : Vector3D | ||
Transform ( Point3D points ) : void | ||
Transform ( Point4D points ) : void | ||
Transform ( Vector3D vectors ) : void |
public Transform ( |
||
box | ||
Результат |
public Transform ( Normal3D normal ) : Normal3D | ||
normal | Normal3D | |
Результат | Normal3D |
public Transform ( Point3D point ) : Point3D | ||
point | Point3D | |
Результат | Point3D |
public Transform ( Point4D point ) : Point4D | ||
point | Point4D | |
Результат | Point4D |
public Transform ( |
||
ray | ||
Результат |
public Transform ( Vector3D vector ) : Vector3D | ||
vector | Vector3D | |
Результат | Vector3D |
public Transform ( Point3D points ) : void | ||
points | Point3D | |
Результат | void |
public Transform ( Point4D points ) : void | ||
points | Point4D | |
Результат | void |
public Transform ( Vector3D vectors ) : void | ||
vectors | Vector3D | |
Результат | void |