Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
Engine.Plane
类 Engine.Plane 继承关系图:
Engine.Plane 的协作图:

Public 成员函数

 Plane (Vector4 v)
 Plane (Vector3 normal, float d)
 Plane (Vector3 a, Vector3 b, Vector3 c)
 Plane (float x, float y, float z, float d)
override bool Equals (object obj)
bool Equals (Plane other)
override int GetHashCode ()
override string ToString ()

静态 Public 成员函数

static Plane Normalize (Plane p)
static bool operator== (Plane p1, Plane p2)
static bool operator!= (Plane p1, Plane p2)

Public 属性

Vector3 Normal
float D

详细描述

在文件 Plane.cs2 行定义.

构造及析构函数说明

◆ Plane() [1/4]

Engine.Plane.Plane ( Vector4 v)

在文件 Plane.cs7 行定义.

这是这个函数的调用关系图:

◆ Plane() [2/4]

Engine.Plane.Plane ( Vector3 normal,
float d )

在文件 Plane.cs9 行定义.

◆ Plane() [3/4]

Engine.Plane.Plane ( Vector3 a,
Vector3 b,
Vector3 c )

在文件 Plane.cs14 行定义.

函数调用图:

◆ Plane() [4/4]

Engine.Plane.Plane ( float x,
float y,
float z,
float d )

在文件 Plane.cs19 行定义.

成员函数说明

◆ Equals() [1/2]

override bool Engine.Plane.Equals ( object obj)

在文件 Plane.cs21 行定义.

函数调用图:

◆ Equals() [2/2]

bool Engine.Plane.Equals ( Plane other)

在文件 Plane.cs23 行定义.

函数调用图:

◆ GetHashCode()

override int Engine.Plane.GetHashCode ( )

在文件 Plane.cs25 行定义.

◆ Normalize()

Plane Engine.Plane.Normalize ( Plane p)
static

在文件 Plane.cs29 行定义.

函数调用图:

◆ operator!=()

bool Engine.Plane.operator!= ( Plane p1,
Plane p2 )
static

在文件 Plane.cs40 行定义.

函数调用图:

◆ operator==()

bool Engine.Plane.operator== ( Plane p1,
Plane p2 )
static

在文件 Plane.cs38 行定义.

函数调用图:

◆ ToString()

override string Engine.Plane.ToString ( )

在文件 Plane.cs27 行定义.

类成员变量说明

◆ D

float Engine.Plane.D

在文件 Plane.cs5 行定义.

◆ Normal

Vector3 Engine.Plane.Normal

在文件 Plane.cs3 行定义.


该结构体的文档由以下文件生成:
  • E:/sc/doxygen/SurvivalcraftApi 1.8.2.3/Engine/Engine/Plane.cs