Lines Matching refs:function
17 function DrawLine(From, To) {
70 function CalcCross(V0, V1) {
78 function CalcNormal(V0, V1, V2) {
91 function CreateP(X,Y,Z) {
96 function MMulti(M1, M2) {
108 function VMulti(M, V) {
115 function VMulti2(M, V) {
123 function MAdd(M1, M2) {
134 function Translate(M, Dx, Dy, Dz) {
144 function RotateX(M, Phi) {
158 function RotateY(M, Phi) {
172 function RotateZ(M, Phi) {
186 function DrawQube() {
232 function Loop() {
251 function Init(CubeSize) {